| Index: Source/bindings/core/v8/V8PerContextData.h
|
| diff --git a/Source/bindings/core/v8/V8PerContextData.h b/Source/bindings/core/v8/V8PerContextData.h
|
| index ec696e73293f2642c4dcb5ec160ab49434905776..9203071e0606640557e2190857dba74d3428e2a5 100644
|
| --- a/Source/bindings/core/v8/V8PerContextData.h
|
| +++ b/Source/bindings/core/v8/V8PerContextData.h
|
| @@ -92,8 +92,8 @@ public:
|
| V8DOMActivityLogger* activityLogger() const { return m_activityLogger; }
|
| void setActivityLogger(V8DOMActivityLogger* activityLogger) { m_activityLogger = activityLogger; }
|
|
|
| - v8::Handle<v8::Value> compiledPrivateScript(String);
|
| - void setCompiledPrivateScript(String, v8::Handle<v8::Value>);
|
| + v8::Local<v8::Value> compiledPrivateScript(String);
|
| + void setCompiledPrivateScript(String, v8::Local<v8::Value>);
|
|
|
| private:
|
| V8PerContextData(v8::Local<v8::Context>);
|
|
|