| Index: Source/core/css/ViewportStyleAndroid.cpp
|
| diff --git a/Source/core/css/ViewportStyleAndroid.cpp b/Source/core/css/ViewportStyleAndroid.cpp
|
| index c5e1932acfbf3018869b5a120f6b9645b2acaabc..d877f09caf85ec0ea7a68ae89f67c83dacb9e887 100644
|
| --- a/Source/core/css/ViewportStyleAndroid.cpp
|
| +++ b/Source/core/css/ViewportStyleAndroid.cpp
|
| @@ -30,7 +30,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -String ViewportStyle::viewportStyleSheet()
|
| +String ViewportStyle::platformStyleSheet()
|
| {
|
| return String(viewportAndroidUserAgentStyleSheet, sizeof(viewportAndroidUserAgentStyleSheet));
|
| }
|
|
|