| Index: third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.h b/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.h
|
| index 146695770076043fe8caec0e6573b9072b3b1183..da128fc81c2667751287b4cf2749bdde7380a1e0 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.h
|
| @@ -24,6 +24,7 @@ class ScriptStateForTesting : public ScriptState {
|
| public:
|
| static PassRefPtr<ScriptStateForTesting> Create(v8::Local<v8::Context>,
|
| PassRefPtr<DOMWrapperWorld>);
|
| +
|
| private:
|
| ScriptStateForTesting(v8::Local<v8::Context>, PassRefPtr<DOMWrapperWorld>);
|
| };
|
|
|