Title: [198743] trunk/Source/WebKit2
Revision
198743
Author
[email protected]
Date
2016-03-28 09:34:58 -0700 (Mon, 28 Mar 2016)

Log Message

Unreviewed, fix the build.

* WebProcess/Automation/WebAutomationSessionProxy.cpp:
InspectorProtocolObjects.h was renamed to AutomationProtocolObjects.h.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (198742 => 198743)


--- trunk/Source/WebKit2/ChangeLog	2016-03-28 16:15:01 UTC (rev 198742)
+++ trunk/Source/WebKit2/ChangeLog	2016-03-28 16:34:58 UTC (rev 198743)
@@ -1,3 +1,10 @@
+2016-03-28  Brian Burg  <[email protected]>
+
+        Unreviewed, fix the build.
+
+        * WebProcess/Automation/WebAutomationSessionProxy.cpp:
+        InspectorProtocolObjects.h was renamed to AutomationProtocolObjects.h.
+
 2016-03-28  Chris Dumez  <[email protected]>
 
         Disk cache speculative validation requests do not have the 'Referer' HTTP header set

Modified: trunk/Source/WebKit2/WebProcess/Automation/WebAutomationSessionProxy.cpp (198742 => 198743)


--- trunk/Source/WebKit2/WebProcess/Automation/WebAutomationSessionProxy.cpp	2016-03-28 16:15:01 UTC (rev 198742)
+++ trunk/Source/WebKit2/WebProcess/Automation/WebAutomationSessionProxy.cpp	2016-03-28 16:34:58 UTC (rev 198743)
@@ -26,7 +26,7 @@
 #include "config.h"
 #include "WebAutomationSessionProxy.h"
 
-#include "InspectorProtocolObjects.h"
+#include "AutomationProtocolObjects.h"
 #include "WebAutomationSessionMessages.h"
 #include "WebAutomationSessionProxyMessages.h"
 #include "WebAutomationSessionProxyScriptSource.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to