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

Log Message

Replace [V8Custom=DOMWindowNOP] with [V8Custom]
https://bugs.webkit.org/show_bug.cgi?id=79062

Reviewed by Adam Barth.

[V8Custom=DOMWindowNOP] is not implemented by CodeGeneratorV8.pm.
This patch replaces it with [V8Custom].

No new tests. No change in behavior.

* page/DOMWindow.idl:

Modified Paths

Diff

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


--- trunk/Source/WebCore/ChangeLog	2012-02-21 05:28:36 UTC (rev 108300)
+++ trunk/Source/WebCore/ChangeLog	2012-02-21 05:52:43 UTC (rev 108301)
@@ -1,5 +1,19 @@
 2012-02-20  Kentaro Hara  <[email protected]>
 
+        Replace [V8Custom=DOMWindowNOP] with [V8Custom]
+        https://bugs.webkit.org/show_bug.cgi?id=79062
+
+        Reviewed by Adam Barth.
+
+        [V8Custom=DOMWindowNOP] is not implemented by CodeGeneratorV8.pm.
+        This patch replaces it with [V8Custom].
+
+        No new tests. No change in behavior.
+
+        * page/DOMWindow.idl:
+
+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
 

Modified: trunk/Source/WebCore/page/DOMWindow.idl (108300 => 108301)


--- trunk/Source/WebCore/page/DOMWindow.idl	2012-02-21 05:28:36 UTC (rev 108300)
+++ trunk/Source/WebCore/page/DOMWindow.idl	2012-02-21 05:52:43 UTC (rev 108301)
@@ -335,8 +335,8 @@
         boolean dispatchEvent(in Event evt)
             raises(EventException);
 
-        [V8Custom=DOMWindowNOP] void captureEvents(/*in long eventFlags*/);
-        [V8Custom=DOMWindowNOP] void releaseEvents(/*in long eventFlags*/);
+        [V8Custom] void captureEvents(/*in long eventFlags*/);
+        [V8Custom] void releaseEvents(/*in long eventFlags*/);
 
 #if defined(LANGUAGE_JAVASCRIPT) && LANGUAGE_JAVASCRIPT
         // Global constructors
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to