| Index: Source/core/css/MediaFeatureNames.h
|
| diff --git a/Source/core/css/MediaFeatureNames.h b/Source/core/css/MediaFeatureNames.h
|
| index 3e3e9fe11c58c9653983b34c0ec6dc107d380865..6d8aece69ac94702c9fa3655c125d086d04c3081 100644
|
| --- a/Source/core/css/MediaFeatureNames.h
|
| +++ b/Source/core/css/MediaFeatureNames.h
|
| @@ -35,13 +35,13 @@ namespace WebCore {
|
| macro(orientation, "orientation") \
|
| macro(aspect_ratio, "aspect-ratio") \
|
| macro(device_aspect_ratio, "device-aspect-ratio") \
|
| - macro(device_pixel_ratio, "-webkit-device-pixel-ratio") \
|
| + macro(devicePixelRatio, "-webkit-device-pixel-ratio") \
|
| macro(device_height, "device-height") \
|
| macro(device_width, "device-width") \
|
| macro(max_color, "max-color") \
|
| macro(max_aspect_ratio, "max-aspect-ratio") \
|
| macro(max_device_aspect_ratio, "max-device-aspect-ratio") \
|
| - macro(max_device_pixel_ratio, "-webkit-max-device-pixel-ratio") \
|
| + macro(maxDevicePixelRatio, "-webkit-max-device-pixel-ratio") \
|
| macro(max_device_height, "max-device-height") \
|
| macro(max_device_width, "max-device-width") \
|
| macro(max_height, "max-height") \
|
| @@ -51,7 +51,7 @@ namespace WebCore {
|
| macro(min_color, "min-color") \
|
| macro(min_aspect_ratio, "min-aspect-ratio") \
|
| macro(min_device_aspect_ratio, "min-device-aspect-ratio") \
|
| - macro(min_device_pixel_ratio, "-webkit-min-device-pixel-ratio") \
|
| + macro(minDevicePixelRatio, "-webkit-min-device-pixel-ratio") \
|
| macro(min_device_height, "min-device-height") \
|
| macro(min_device_width, "min-device-width") \
|
| macro(min_height, "min-height") \
|
|
|