Title: [99175] trunk/Source/WebCore
- Revision
- 99175
- Author
- [email protected]
- Date
- 2011-11-03 05:49:15 -0700 (Thu, 03 Nov 2011)
Log Message
2011-11-03 Pavel Feldman <[email protected]>
Not reviewed: win build fix. Assign autoDPI at all cases (breakage introduced in r99173).
* dom/ViewportArguments.cpp:
(WebCore::computeViewportAttributes):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (99174 => 99175)
--- trunk/Source/WebCore/ChangeLog 2011-11-03 12:33:57 UTC (rev 99174)
+++ trunk/Source/WebCore/ChangeLog 2011-11-03 12:49:15 UTC (rev 99175)
@@ -1,3 +1,10 @@
+2011-11-03 Pavel Feldman <[email protected]>
+
+ Not reviewed: win build fix. Assign autoDPI at all cases (breakage introduced in r99173).
+
+ * dom/ViewportArguments.cpp:
+ (WebCore::computeViewportAttributes):
+
2011-11-03 Kenneth Rohde Christiansen <[email protected]>
Differentiate implicit viewport from that of the meta tag
Modified: trunk/Source/WebCore/dom/ViewportArguments.cpp (99174 => 99175)
--- trunk/Source/WebCore/dom/ViewportArguments.cpp 2011-11-03 12:33:57 UTC (rev 99174)
+++ trunk/Source/WebCore/dom/ViewportArguments.cpp 2011-11-03 12:49:15 UTC (rev 99175)
@@ -50,7 +50,7 @@
ASSERT(availableWidth > 0 && availableHeight > 0);
- float autoDPI;
+ float autoDPI = deviceDPI;
switch (args.type) {
case ViewportArguments::Implicit:
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes