[JSGenerateIsReachable=ImplRoot] is not implemented, it should be [JSGenerateIsReachable]
authorharaken@chromium.org <haraken@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 21 Feb 2012 05:28:36 +0000 (05:28 +0000)
committerharaken@chromium.org <haraken@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 21 Feb 2012 05:28:36 +0000 (05:28 +0000)
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:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@108300 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Source/WebCore/ChangeLog
Source/WebCore/css/CSSStyleDeclaration.idl

index 7668225..76b9b85 100644 (file)
@@ -1,5 +1,20 @@
 2012-02-20  Kentaro Hara  <haraken@chromium.org>
 
+        [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  <haraken@chromium.org>
+
         [EnabledAtRuntime] in HTMLShadowElement.idl should be [V8EnabledAtRuntime]
         https://bugs.webkit.org/show_bug.cgi?id=79058
 
index 5fdb303..8be67e4 100644 (file)
@@ -23,7 +23,7 @@ module css {
     // Introduced in DOM Level 2:
     interface [
         JSCustomMarkFunction,
-        JSGenerateIsReachable=ImplRoot,
+        JSGenerateIsReachable,
         CustomNamedSetter,
         NamedGetter,
         IndexedGetter,