Title: [120324] trunk/Source/WebKit/chromium
- Revision
- 120324
- Author
- [email protected]
- Date
- 2012-06-14 07:35:12 -0700 (Thu, 14 Jun 2012)
Log Message
[Chromium] Unreviewed, build fix for Mac 10.5
* src/WebDevToolsAgentImpl.cpp:
(WebKit::DeviceMetricsSupport::autoZoomPageToFitWidth):
Modified Paths
Diff
Modified: trunk/Source/WebKit/chromium/ChangeLog (120323 => 120324)
--- trunk/Source/WebKit/chromium/ChangeLog 2012-06-14 14:15:12 UTC (rev 120323)
+++ trunk/Source/WebKit/chromium/ChangeLog 2012-06-14 14:35:12 UTC (rev 120324)
@@ -1,3 +1,10 @@
+2012-06-14 Alexander Pavlov <[email protected]>
+
+ [Chromium] Unreviewed, build fix for Mac 10.5
+
+ * src/WebDevToolsAgentImpl.cpp:
+ (WebKit::DeviceMetricsSupport::autoZoomPageToFitWidth):
+
2012-06-14 Eugene Klyuchnikov <[email protected]>
Web Inspector: Refactor message loop instrumentation.
Modified: trunk/Source/WebKit/chromium/src/WebDevToolsAgentImpl.cpp (120323 => 120324)
--- trunk/Source/WebKit/chromium/src/WebDevToolsAgentImpl.cpp 2012-06-14 14:15:12 UTC (rev 120323)
+++ trunk/Source/WebKit/chromium/src/WebDevToolsAgentImpl.cpp 2012-06-14 14:35:12 UTC (rev 120324)
@@ -233,7 +233,6 @@
return;
frame->setTextZoomFactor(m_webView->emulatedTextZoomFactor());
- WebSize scaledFrameSize = scaledEmulatedFrameSize(frame->view());
ensureOriginalZoomFactor(frame->view());
frame->setPageAndTextZoomFactors(m_originalZoomFactor, m_webView->emulatedTextZoomFactor());
Document* doc = frame->document();
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes