Title: [154454] trunk/Source/WebKit/win
Revision
154454
Author
[email protected]
Date
2013-08-22 09:59:45 -0700 (Thu, 22 Aug 2013)

Log Message

Another Windows build fix.

* WebDataSource.cpp:
(WebDataSource::subresourceForURL):

Modified Paths

Diff

Modified: trunk/Source/WebKit/win/ChangeLog (154453 => 154454)


--- trunk/Source/WebKit/win/ChangeLog	2013-08-22 16:57:48 UTC (rev 154453)
+++ trunk/Source/WebKit/win/ChangeLog	2013-08-22 16:59:45 UTC (rev 154454)
@@ -1,5 +1,12 @@
 2013-08-22  Andreas Kling  <[email protected]>
 
+        Another Windows build fix.
+
+        * WebDataSource.cpp:
+        (WebDataSource::subresourceForURL):
+
+2013-08-22  Andreas Kling  <[email protected]>
+
         Windows build juice.
 
         * WebDataSource.cpp:

Modified: trunk/Source/WebKit/win/WebDataSource.cpp (154453 => 154454)


--- trunk/Source/WebKit/win/WebDataSource.cpp	2013-08-22 16:57:48 UTC (rev 154453)
+++ trunk/Source/WebKit/win/WebDataSource.cpp	2013-08-22 16:59:45 UTC (rev 154454)
@@ -294,7 +294,7 @@
 
     *resource = 0;
 
-    Document *doc = m_loader->frameLoader()->frame()->document();
+    Document *doc = m_loader->frameLoader()->frame().document();
 
     if (!doc)
         return E_FAIL;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to