| Index: third_party/WebKit/Source/core/dom/StyleChangeReason.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/StyleChangeReason.cpp b/third_party/WebKit/Source/core/dom/StyleChangeReason.cpp
|
| index e58d3a3166f0a7b07265e28babfe32f6039d41ab..1edc64453af460a01b84f13d2beebe6418e93e17 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleChangeReason.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/StyleChangeReason.cpp
|
| @@ -21,7 +21,7 @@ const char DeclarativeContent[] = "Extension declarativeContent.css";
|
| const char DesignMode[] = "DesignMode";
|
| const char FontSizeChange[] = "FontSizeChange";
|
| const char Fonts[] = "Fonts";
|
| -const char FullScreen[] = "FullScreen";
|
| +const char Fullscreen[] = "Fullscreen";
|
| const char Inline[] = "Inline";
|
| const char InlineCSSStyleMutated[] = "Inline CSS style declaration was mutated";
|
| const char Inspector[] = "Inspector";
|
|
|