Title: [161204] trunk/Source/WebCore
Revision
161204
Author
[email protected]
Date
2014-01-01 22:21:06 -0800 (Wed, 01 Jan 2014)

Log Message

Remove stale ScriptProfiler methods
https://bugs.webkit.org/show_bug.cgi?id=126373

Reviewed by Darin Adler.

No new tests, No change behavior.

* bindings/js/ScriptProfiler.h: Remove dead code.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (161203 => 161204)


--- trunk/Source/WebCore/ChangeLog	2014-01-02 03:22:05 UTC (rev 161203)
+++ trunk/Source/WebCore/ChangeLog	2014-01-02 06:21:06 UTC (rev 161204)
@@ -1,3 +1,14 @@
+2014-01-01  Seokju Kwon  <[email protected]>
+
+        Remove stale ScriptProfiler methods
+        https://bugs.webkit.org/show_bug.cgi?id=126373
+
+        Reviewed by Darin Adler.
+
+        No new tests, No change behavior. 
+
+        * bindings/js/ScriptProfiler.h: Remove dead code.
+
 2014-01-01  Andreas Kling  <[email protected]>
 
         Remove ChromeClient::fullScreenRendererChanged().

Modified: trunk/Source/WebCore/bindings/js/ScriptProfiler.h (161203 => 161204)


--- trunk/Source/WebCore/bindings/js/ScriptProfiler.h	2014-01-02 03:22:05 UTC (rev 161203)
+++ trunk/Source/WebCore/bindings/js/ScriptProfiler.h	2014-01-02 06:21:06 UTC (rev 161204)
@@ -73,10 +73,6 @@
     static bool causesRecompilation() { return true; }
     static bool isSampling() { return false; }
     static bool hasHeapProfiler() { return false; }
-    // FIXME: Support these methods for JSC. See bug 90358.
-    static void visitExternalStrings(ExternalStringVisitor*) { }
-    static void visitExternalArrays(ExternalArrayVisitor*) { }
-    static size_t profilerSnapshotsSize() { return 0; }
     static HashMap<String, double>* currentProfileNameIdleTimeMap() { return 0; }
 };
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to