Title: [144198] trunk/Source/Platform
Revision
144198
Author
pilg...@chromium.org
Date
2013-02-27 09:02:20 -0800 (Wed, 27 Feb 2013)

Log Message

[Chromium] Remove unused WebKitPlatformSupport class
https://bugs.webkit.org/show_bug.cgi?id=110982

Reviewed by Adam Barth.

Part of a larger refactoring series; see tracking bug 82948.

* chromium/public/Platform.h:

Modified Paths

Diff

Modified: trunk/Source/Platform/ChangeLog (144197 => 144198)


--- trunk/Source/Platform/ChangeLog	2013-02-27 16:59:21 UTC (rev 144197)
+++ trunk/Source/Platform/ChangeLog	2013-02-27 17:02:20 UTC (rev 144198)
@@ -1,3 +1,14 @@
+2013-02-27  Mark Pilgrim  <pilg...@chromium.org>
+
+        [Chromium] Remove unused WebKitPlatformSupport class
+        https://bugs.webkit.org/show_bug.cgi?id=110982
+
+        Reviewed by Adam Barth.
+
+        Part of a larger refactoring series; see tracking bug 82948.
+
+        * chromium/public/Platform.h:
+
 2013-02-26  Sheriff Bot  <webkit.review....@gmail.com>
 
         Unreviewed, rolling out r144129.

Modified: trunk/Source/Platform/chromium/public/Platform.h (144197 => 144198)


--- trunk/Source/Platform/chromium/public/Platform.h	2013-02-27 16:59:21 UTC (rev 144197)
+++ trunk/Source/Platform/chromium/public/Platform.h	2013-02-27 17:02:20 UTC (rev 144198)
@@ -501,11 +501,6 @@
     virtual ~Platform() { }
 };
 
-class WebKitPlatformSupport : public Platform {
-protected:
-    ~WebKitPlatformSupport() { }
-};
-
 } // namespace WebKit
 
 #endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to