Title: [124630] trunk/Source/WebCore
Revision
124630
Author
[email protected]
Date
2012-08-03 11:23:12 -0700 (Fri, 03 Aug 2012)

Log Message

[V8] Remove unused methods in V8Proxy
https://bugs.webkit.org/show_bug.cgi?id=93106

Reviewed by Adam Barth.

In preparation for removing V8Proxy, we can remove unused methods in V8Proxy.

No tests. No change in behavior.

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

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (124629 => 124630)


--- trunk/Source/WebCore/ChangeLog	2012-08-03 18:20:46 UTC (rev 124629)
+++ trunk/Source/WebCore/ChangeLog	2012-08-03 18:23:12 UTC (rev 124630)
@@ -1,5 +1,19 @@
 2012-08-03  Kentaro Hara  <[email protected]>
 
+        [V8] Remove unused methods in V8Proxy
+        https://bugs.webkit.org/show_bug.cgi?id=93106
+
+        Reviewed by Adam Barth.
+
+        In preparation for removing V8Proxy, we can remove unused methods in V8Proxy.
+
+        No tests. No change in behavior.
+
+        * bindings/v8/V8Proxy.h:
+        (V8Proxy):
+
+2012-08-03  Kentaro Hara  <[email protected]>
+
         [V8] Implement v8Undefined()
         https://bugs.webkit.org/show_bug.cgi?id=93093
 

Modified: trunk/Source/WebCore/bindings/v8/V8Proxy.h (124629 => 124630)


--- trunk/Source/WebCore/bindings/v8/V8Proxy.h	2012-08-03 18:20:46 UTC (rev 124629)
+++ trunk/Source/WebCore/bindings/v8/V8Proxy.h	2012-08-03 18:23:12 UTC (rev 124630)
@@ -233,20 +233,6 @@
 
         PassOwnPtr<v8::ScriptData> precompileScript(v8::Handle<v8::String>, CachedScript*);
 
-        static const char* rangeExceptionName(int exceptionCode);
-        static const char* eventExceptionName(int exceptionCode);
-        static const char* xmlHttpRequestExceptionName(int exceptionCode);
-        static const char* domExceptionName(int exceptionCode);
-        static const char* xpathExceptionName(int exceptionCode);
-
-#if ENABLE(SVG)
-        static const char* svgExceptionName(int exceptionCode);
-#endif
-
-#if ENABLE(SQL_DATABASE)
-        static const char* sqlExceptionName(int exceptionCode);
-#endif
-
         Frame* m_frame;
 
         // For the moment, we have one of these.  Soon we will have one per DOMWrapperWorld.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to