| Index: third_party/WebKit/Source/web/ContextFeaturesClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/ContextFeaturesClientImpl.cpp b/third_party/WebKit/Source/web/ContextFeaturesClientImpl.cpp
|
| index 09d682f01fc336c2551b5e525e671f89200757bf..32cdf32cc559501438a3fb95402ac67b7f5d44cd 100644
|
| --- a/third_party/WebKit/Source/web/ContextFeaturesClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/ContextFeaturesClientImpl.cpp
|
| @@ -66,8 +66,8 @@ class ContextFeaturesCache final
|
|
|
| private:
|
| Value m_value;
|
| - bool
|
| - m_defaultValue; // Needs to be traked as a part of the signature since it can be changed dynamically.
|
| + bool m_defaultValue; // Needs to be traked as a part of the signature since
|
| + // it can be changed dynamically.
|
| };
|
|
|
| static const char* supplementName();
|
|
|