Title: [101940] trunk/Source/WebCore
Revision
101940
Author
[email protected]
Date
2011-12-03 17:22:24 -0800 (Sat, 03 Dec 2011)

Log Message

Unreviewed, revert accidental change from r101932.

* bindings/scripts/CodeGeneratorV8.pm:
(AddIncludesForType):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (101939 => 101940)


--- trunk/Source/WebCore/ChangeLog	2011-12-04 01:01:36 UTC (rev 101939)
+++ trunk/Source/WebCore/ChangeLog	2011-12-04 01:22:24 UTC (rev 101940)
@@ -1,3 +1,10 @@
+2011-12-03  Andreas Kling  <[email protected]>
+
+        Unreviewed, revert accidental change from r101932.
+
+        * bindings/scripts/CodeGeneratorV8.pm:
+        (AddIncludesForType):
+
 2011-12-03  Mary Wu  <[email protected]>
 
         Upstream 4 files into WebCore/platform/blackberry

Modified: trunk/Source/WebCore/bindings/scripts/CodeGeneratorV8.pm (101939 => 101940)


--- trunk/Source/WebCore/bindings/scripts/CodeGeneratorV8.pm	2011-12-04 01:01:36 UTC (rev 101939)
+++ trunk/Source/WebCore/bindings/scripts/CodeGeneratorV8.pm	2011-12-04 01:22:24 UTC (rev 101940)
@@ -180,10 +180,6 @@
         AddToImplIncludes("PlatformString.h");
     }
 
-    if ($type eq "CSSStyleSheet") {
-        AddToImplIncludes("CSSImportRule.h");
-    }
-
     if ($type eq "CSSStyleDeclaration") {
         AddToImplIncludes("CSSMutableStyleDeclaration.h");
     }
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to