Title: [159658] trunk/Source/WebKit2
Revision
159658
Author
[email protected]
Date
2013-11-21 17:29:28 -0800 (Thu, 21 Nov 2013)

Log Message

Didn't mean to commit this.

* UIProcess/PageLoadState.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (159657 => 159658)


--- trunk/Source/WebKit2/ChangeLog	2013-11-22 01:16:31 UTC (rev 159657)
+++ trunk/Source/WebKit2/ChangeLog	2013-11-22 01:29:28 UTC (rev 159658)
@@ -1,5 +1,11 @@
 2013-11-21  Anders Carlsson  <[email protected]>
 
+        Didn't mean to commit this.
+
+        * UIProcess/PageLoadState.h:
+
+2013-11-21  Anders Carlsson  <[email protected]>
+
         Move page title handling to the page load state
         https://bugs.webkit.org/show_bug.cgi?id=124748
 

Modified: trunk/Source/WebKit2/UIProcess/PageLoadState.h (159657 => 159658)


--- trunk/Source/WebKit2/UIProcess/PageLoadState.h	2013-11-22 01:16:31 UTC (rev 159657)
+++ trunk/Source/WebKit2/UIProcess/PageLoadState.h	2013-11-22 01:29:28 UTC (rev 159658)
@@ -41,11 +41,6 @@
         Finished
     };
 
-    class Observer {
-    public:
-        virtual ~Observer() { }
-
-    }
     void reset();
 
     const String& provisionalURL() const { return m_provisionalURL; }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to