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

Log Message

[EnabledAtRuntime] in HTMLShadowElement.idl should be [V8EnabledAtRuntime]
https://bugs.webkit.org/show_bug.cgi?id=79058

Reviewed by Adam Barth.

[EnabledAtRuntime] does not exist any longer. It should be [V8EnabledAtRuntime].

No tests.

* html/shadow/HTMLShadowElement.idl:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (108297 => 108298)


--- trunk/Source/WebCore/ChangeLog	2012-02-21 04:52:58 UTC (rev 108297)
+++ trunk/Source/WebCore/ChangeLog	2012-02-21 05:21:16 UTC (rev 108298)
@@ -1,5 +1,18 @@
 2012-02-20  Kentaro Hara  <[email protected]>
 
+        [EnabledAtRuntime] in HTMLShadowElement.idl should be [V8EnabledAtRuntime]
+        https://bugs.webkit.org/show_bug.cgi?id=79058
+
+        Reviewed by Adam Barth.
+
+        [EnabledAtRuntime] does not exist any longer. It should be [V8EnabledAtRuntime].
+
+        No tests.
+
+        * html/shadow/HTMLShadowElement.idl:
+
+2012-02-20  Kentaro Hara  <[email protected]>
+
         Replace [Callback=FunctionOnly] with [Callback]
         https://bugs.webkit.org/show_bug.cgi?id=79060
 

Modified: trunk/Source/WebCore/html/shadow/HTMLShadowElement.idl (108297 => 108298)


--- trunk/Source/WebCore/html/shadow/HTMLShadowElement.idl	2012-02-21 04:52:58 UTC (rev 108297)
+++ trunk/Source/WebCore/html/shadow/HTMLShadowElement.idl	2012-02-21 05:21:16 UTC (rev 108298)
@@ -32,7 +32,7 @@
 
     interface [
         Conditional=SHADOW_DOM,
-        EnabledAtRuntime=shadowDOM
+        V8EnabledAtRuntime=shadowDOM
     ] HTMLShadowElement : HTMLElement {
     };
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to