| Index: Source/bindings/core/v8/ScriptValue.h
|
| diff --git a/Source/bindings/core/v8/ScriptValue.h b/Source/bindings/core/v8/ScriptValue.h
|
| index 4199b4cc905f49f683318b3f0ffe9919c44ff46d..e1e43094974dee935c6fd87052f4472dd38d9234 100644
|
| --- a/Source/bindings/core/v8/ScriptValue.h
|
| +++ b/Source/bindings/core/v8/ScriptValue.h
|
| @@ -145,7 +145,7 @@ public:
|
|
|
| private:
|
| RefPtr<ScriptState> m_scriptState;
|
| - RefPtr<SharedPersistent<v8::Value> > m_value;
|
| + RefPtr<SharedPersistent<v8::Value>> m_value;
|
| };
|
|
|
| } // namespace blink
|
|
|