Title: [161534] trunk/Source/WebCore
Revision
161534
Author
[email protected]
Date
2014-01-08 18:12:41 -0800 (Wed, 08 Jan 2014)

Log Message

Web Inspector: Remove InspectorClient::captureScreenshot()
https://bugs.webkit.org/show_bug.cgi?id=126616

Reviewed by Joseph Pecoraro.

No new tests, No change in behavior.

Remove leftover mothod as Page.captureScreenshot API was removed in r160202.

* inspector/InspectorClient.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (161533 => 161534)


--- trunk/Source/WebCore/ChangeLog	2014-01-09 02:12:17 UTC (rev 161533)
+++ trunk/Source/WebCore/ChangeLog	2014-01-09 02:12:41 UTC (rev 161534)
@@ -1,3 +1,16 @@
+2014-01-08  Seokju Kwon  <[email protected]>
+
+        Web Inspector: Remove InspectorClient::captureScreenshot()
+        https://bugs.webkit.org/show_bug.cgi?id=126616
+
+        Reviewed by Joseph Pecoraro.
+
+        No new tests, No change in behavior.
+
+        Remove leftover mothod as Page.captureScreenshot API was removed in r160202.
+
+        * inspector/InspectorClient.h:
+
 2014-01-08  Youenn Fablet  <[email protected]>
 
         Correctly set XHR loadend attributes (loaded and total).

Modified: trunk/Source/WebCore/inspector/InspectorClient.h (161533 => 161534)


--- trunk/Source/WebCore/inspector/InspectorClient.h	2014-01-09 02:12:17 UTC (rev 161533)
+++ trunk/Source/WebCore/inspector/InspectorClient.h	2014-01-09 02:12:41 UTC (rev 161534)
@@ -80,8 +80,6 @@
     virtual void getAllocatedObjects(HashSet<const void*>&) { }
     virtual void dumpUncountedAllocatedObjects(const HashMap<const void*, size_t>&) { }
 
-    virtual bool captureScreenshot(String*) { return false; }
-
     virtual bool handleJavaScriptDialog(bool, const String*) { return false; }
 
     static bool doDispatchMessageOnFrontendPage(Page* frontendPage, const String& message);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to