Remove misspelled, unused, unimplemented method from V8Proxy
authoradamk@chromium.org <adamk@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 27 Apr 2012 23:56:42 +0000 (23:56 +0000)
committeradamk@chromium.org <adamk@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 27 Apr 2012 23:56:42 +0000 (23:56 +0000)
https://bugs.webkit.org/show_bug.cgi?id=85091

Reviewed by Dimitri Glazkov.

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

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

Source/WebCore/ChangeLog
Source/WebCore/bindings/v8/V8Proxy.h

index 3c6b1ba..84fd40f 100644 (file)
@@ -1,3 +1,13 @@
+2012-04-27  Adam Klein  <adamk@chromium.org>
+
+        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  <jpfau@apple.com>
 
         Disable RTF in JavaScript drag-and-drop
index eaaa7e6..4e33d45 100644 (file)
@@ -171,8 +171,6 @@ namespace WebCore {
         // 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.