Title: [161224] trunk/Source/WebKit2
Revision
161224
Author
[email protected]
Date
2014-01-02 14:15:58 -0800 (Thu, 02 Jan 2014)

Log Message

Merge didMoveOnscreen / page visibility to isVisible
https://bugs.webkit.org/show_bug.cgi?id=126268

Build fix.

* UIProcess/WebContext.h: Removed some accidental input.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (161223 => 161224)


--- trunk/Source/WebKit2/ChangeLog	2014-01-02 22:06:14 UTC (rev 161223)
+++ trunk/Source/WebKit2/ChangeLog	2014-01-02 22:15:58 UTC (rev 161224)
@@ -1,3 +1,12 @@
+2014-01-02  Alexey Proskuryakov  <[email protected]>
+
+        Merge didMoveOnscreen / page visibility to isVisible
+        https://bugs.webkit.org/show_bug.cgi?id=126268
+
+        Build fix.
+
+        * UIProcess/WebContext.h: Removed some accidental input.
+
 2014-01-02  Gavin Barraclough  <[email protected]>
 
         Merge didMoveOnscreen / page visibility to isVisible

Modified: trunk/Source/WebKit2/UIProcess/WebContext.h (161223 => 161224)


--- trunk/Source/WebKit2/UIProcess/WebContext.h	2014-01-02 22:06:14 UTC (rev 161223)
+++ trunk/Source/WebKit2/UIProcess/WebContext.h	2014-01-02 22:15:58 UTC (rev 161224)
@@ -82,7 +82,7 @@
 class WebNetworkInfoManagerProxy;
 #endif
 #if ENABLE(NETWORK_PROCESS)
-struc   t NetworkProcessCreationParameters;
+struct NetworkProcessCreationParameters;
 #endif
 
 class WebContext : public API::ObjectImpl<API::Object::Type::Context>, private IPC::MessageReceiver
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to