Title: [149062] trunk/Source/WebCore
- Revision
- 149062
- Author
- [email protected]
- Date
- 2013-04-24 13:11:03 -0700 (Wed, 24 Apr 2013)
Log Message
Clean up unused code in ViewportArguments.h
https://bugs.webkit.org/show_bug.cgi?id=115121
Patch by Jacky Jiang <[email protected]> on 2013-04-24.
Reviewed by Benjamin Poulain.
The target-densityDPI emulation implementation has been removed by
r147893, so clean up the remaining code as well.
* dom/ViewportArguments.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (149061 => 149062)
--- trunk/Source/WebCore/ChangeLog 2013-04-24 20:03:12 UTC (rev 149061)
+++ trunk/Source/WebCore/ChangeLog 2013-04-24 20:11:03 UTC (rev 149062)
@@ -1,3 +1,15 @@
+2013-04-24 Jacky Jiang <[email protected]>
+
+ Clean up unused code in ViewportArguments.h
+ https://bugs.webkit.org/show_bug.cgi?id=115121
+
+ Reviewed by Benjamin Poulain.
+
+ The target-densityDPI emulation implementation has been removed by
+ r147893, so clean up the remaining code as well.
+
+ * dom/ViewportArguments.h:
+
2013-04-24 Andreas Kling <[email protected]>
ElementData should use 'unsigned' attribute indices.
Modified: trunk/Source/WebCore/dom/ViewportArguments.h (149061 => 149062)
--- trunk/Source/WebCore/dom/ViewportArguments.h 2013-04-24 20:03:12 UTC (rev 149061)
+++ trunk/Source/WebCore/dom/ViewportArguments.h 2013-04-24 20:11:03 UTC (rev 149062)
@@ -72,11 +72,7 @@
ValueDeviceWidth = -2,
ValueDeviceHeight = -3,
ValuePortrait = -4,
- ValueLandscape = -5,
- ValueDeviceDPI = -6,
- ValueLowDPI = -7,
- ValueMediumDPI = -8,
- ValueHighDPI = -9
+ ValueLandscape = -5
};
ViewportArguments(Type type = Implicit)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes