| Index: Source/bindings/core/v8/ScriptState.h
|
| diff --git a/Source/bindings/core/v8/ScriptState.h b/Source/bindings/core/v8/ScriptState.h
|
| index 38cfe99d1cbfb6f395ef499f8cbf7a0abfff17f2..a1ba3565c71595c29a1d3acfe4024fe0b20180b0 100644
|
| --- a/Source/bindings/core/v8/ScriptState.h
|
| +++ b/Source/bindings/core/v8/ScriptState.h
|
| @@ -109,8 +109,8 @@ class ScriptStateForTesting : public ScriptState {
|
| public:
|
| static PassRefPtr<ScriptStateForTesting> create(v8::Handle<v8::Context>, PassRefPtr<DOMWrapperWorld>);
|
|
|
| - virtual ExecutionContext* executionContext() const OVERRIDE;
|
| - virtual void setExecutionContext(ExecutionContext*) OVERRIDE;
|
| + virtual ExecutionContext* executionContext() const override;
|
| + virtual void setExecutionContext(ExecutionContext*) override;
|
|
|
| private:
|
| ScriptStateForTesting(v8::Handle<v8::Context>, PassRefPtr<DOMWrapperWorld>);
|
|
|