| 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 903047cda098ea5109cda7acafec183b78f651a2..c7dff54e37fccb5e31c46d9e7710f32669067313 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleChangeReason.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/StyleChangeReason.cpp
|
| @@ -43,7 +43,7 @@ const char VisitedLink[] = "VisitedLink";
|
| const char VisuallyOrdered[] = "VisuallyOrdered";
|
| const char WritingModeChange[] = "WritingModeChange";
|
| const char Zoom[] = "Zoom";
|
| -} // namespace StyleChangeReasonForTracing
|
| +} // namespace StyleChangeReason
|
|
|
| namespace StyleChangeExtraData {
|
| DEFINE_GLOBAL(AtomicString, Active)
|
|
|