Title: [108300] trunk/Source/WebCore
Revision
108300
Author
[email protected]
Date
2012-02-20 21:28:36 -0800 (Mon, 20 Feb 2012)

Log Message

[JSGenerateIsReachable=ImplRoot] is not implemented, it should be [JSGenerateIsReachable]
https://bugs.webkit.org/show_bug.cgi?id=79061

Reviewed by Adam Barth.

CSSStyleDeclaration.idl uses [JSGenerateIsReachable=ImplRoot],
but "ImplRoot" is not implemented in CodeGeneratorJS.pm.
This patch replaces [JSGenerateIsReachable=ImplRoot] with [JSGenerateIsReachable].

No tests. No change in behavior.

* css/CSSStyleDeclaration.idl:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (108299 => 108300)


--- trunk/Source/WebCore/ChangeLog	2012-02-21 05:25:05 UTC (rev 108299)
+++ trunk/Source/WebCore/ChangeLog	2012-02-21 05:28:36 UTC (rev 108300)
@@ -1,5 +1,20 @@
 2012-02-20  Kentaro Hara  <[email protected]>
 
+        [JSGenerateIsReachable=ImplRoot] is not implemented, it should be [JSGenerateIsReachable]
+        https://bugs.webkit.org/show_bug.cgi?id=79061
+
+        Reviewed by Adam Barth.
+
+        CSSStyleDeclaration.idl uses [JSGenerateIsReachable=ImplRoot],
+        but "ImplRoot" is not implemented in CodeGeneratorJS.pm.
+        This patch replaces [JSGenerateIsReachable=ImplRoot] with [JSGenerateIsReachable].
+
+        No tests. No change in behavior.
+
+        * css/CSSStyleDeclaration.idl:
+
+2012-02-20  Kentaro Hara  <[email protected]>
+
         [EnabledAtRuntime] in HTMLShadowElement.idl should be [V8EnabledAtRuntime]
         https://bugs.webkit.org/show_bug.cgi?id=79058
 

Modified: trunk/Source/WebCore/css/CSSStyleDeclaration.idl (108299 => 108300)


--- trunk/Source/WebCore/css/CSSStyleDeclaration.idl	2012-02-21 05:25:05 UTC (rev 108299)
+++ trunk/Source/WebCore/css/CSSStyleDeclaration.idl	2012-02-21 05:28:36 UTC (rev 108300)
@@ -23,7 +23,7 @@
     // Introduced in DOM Level 2:
     interface [
         JSCustomMarkFunction,
-        JSGenerateIsReachable=ImplRoot,
+        JSGenerateIsReachable,
         CustomNamedSetter,
         NamedGetter,
         IndexedGetter,
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to