Title: [115517] trunk/Source/WebCore
Revision
115517
Author
[email protected]
Date
2012-04-27 16:56:42 -0700 (Fri, 27 Apr 2012)

Log Message

Remove misspelled, unused, unimplemented method from V8Proxy
https://bugs.webkit.org/show_bug.cgi?id=85091

Reviewed by Dimitri Glazkov.

* bindings/v8/V8Proxy.h:
(V8Proxy):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (115516 => 115517)


--- trunk/Source/WebCore/ChangeLog	2012-04-27 23:51:17 UTC (rev 115516)
+++ trunk/Source/WebCore/ChangeLog	2012-04-27 23:56:42 UTC (rev 115517)
@@ -1,3 +1,13 @@
+2012-04-27  Adam Klein  <[email protected]>
+
+        Remove misspelled, unused, unimplemented method from V8Proxy
+        https://bugs.webkit.org/show_bug.cgi?id=85091
+
+        Reviewed by Dimitri Glazkov.
+
+        * bindings/v8/V8Proxy.h:
+        (V8Proxy):
+
 2012-04-24  Jeffrey Pfau  <[email protected]>
 
         Disable RTF in _javascript_ drag-and-drop

Modified: trunk/Source/WebCore/bindings/v8/V8Proxy.h (115516 => 115517)


--- trunk/Source/WebCore/bindings/v8/V8Proxy.h	2012-04-27 23:51:17 UTC (rev 115516)
+++ trunk/Source/WebCore/bindings/v8/V8Proxy.h	2012-04-27 23:56:42 UTC (rev 115517)
@@ -171,8 +171,6 @@
         // Returns the window object associated with a context.
         static DOMWindow* retrieveWindow(v8::Handle<v8::Context>);
 
-        static DOMWindow* retriveWindowForCallingCOntext();
-
         // Returns V8Proxy object of the currently executing context.
         static V8Proxy* retrieve();
         // Returns V8Proxy object associated with a frame.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to