Title: [149037] trunk/Source/WebKit/win
Revision
149037
Author
akl...@apple.com
Date
2013-04-24 08:30:54 -0700 (Wed, 24 Apr 2013)

Log Message

Wild build fix attempt.

* WebCoreSupport/WebChromeClient.h:
(WebChromeClient):

Modified Paths

Diff

Modified: trunk/Source/WebKit/win/ChangeLog (149036 => 149037)


--- trunk/Source/WebKit/win/ChangeLog	2013-04-24 15:26:24 UTC (rev 149036)
+++ trunk/Source/WebKit/win/ChangeLog	2013-04-24 15:30:54 UTC (rev 149037)
@@ -1,3 +1,10 @@
+2013-04-24  Andreas Kling  <akl...@apple.com>
+
+        Wild build fix attempt.
+
+        * WebCoreSupport/WebChromeClient.h:
+        (WebChromeClient):
+
 2013-04-22  Jessie Berlin  <jber...@apple.com>
 
         Speculative Windows build fix.

Modified: trunk/Source/WebKit/win/WebCoreSupport/WebChromeClient.h (149036 => 149037)


--- trunk/Source/WebKit/win/WebCoreSupport/WebChromeClient.h	2013-04-24 15:26:24 UTC (rev 149036)
+++ trunk/Source/WebKit/win/WebCoreSupport/WebChromeClient.h	2013-04-24 15:30:54 UTC (rev 149037)
@@ -44,6 +44,7 @@
     virtual void chromeDestroyed();
 
     virtual void* webView() const { return m_webView; }
+
     virtual void setWindowRect(const WebCore::FloatRect&);
     virtual WebCore::FloatRect windowRect();
     
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to