390b42c
From 4b5ae1db24fa1b96f00ef62bd2e1063a8a313e5c Mon Sep 17 00:00:00 2001
390b42c
From: Albert Astals Cid <aacid@kde.org>
390b42c
Date: Sat, 27 Jun 2009 14:19:23 +0200
390b42c
Subject: [PATCH 10/13] Fix #error line not to have a ' as it's not correct
390b42c
390b42c
---
390b42c
 src/3rdparty/webkit/WebCore/DerivedSources.cpp |    2 +-
390b42c
 1 files changed, 1 insertions(+), 1 deletions(-)
390b42c
390b42c
diff --git a/src/3rdparty/webkit/WebCore/DerivedSources.cpp b/src/3rdparty/webkit/WebCore/DerivedSources.cpp
390b42c
index f698913..aaf8983 100644
390b42c
--- a/src/3rdparty/webkit/WebCore/DerivedSources.cpp
390b42c
+++ b/src/3rdparty/webkit/WebCore/DerivedSources.cpp
390b42c
@@ -334,5 +334,5 @@
390b42c
 // want StaticConstructors.h to "pollute" all the source files we #include here
390b42c
 // accidentally, so we'll throw an error whenever any file includes it.
390b42c
 #ifdef StaticConstructors_h
390b42c
-#error Don't include any file in DerivedSources.cpp that includes StaticConstructors.h
390b42c
+#error Do not include any file in DerivedSources.cpp that includes StaticConstructors.h
390b42c
 #endif
390b42c
-- 
390b42c
1.6.5.1
390b42c