| Index: sky/engine/bindings/core/v8/V8Binding.h
|
| diff --git a/sky/engine/bindings/core/v8/V8Binding.h b/sky/engine/bindings/core/v8/V8Binding.h
|
| index f98fd40d6d90283d92fd5cf4c2457c554901f58e..ba4697631a5dd2dd01f07378b1b4dbebccb845da 100644
|
| --- a/sky/engine/bindings/core/v8/V8Binding.h
|
| +++ b/sky/engine/bindings/core/v8/V8Binding.h
|
| @@ -746,9 +746,6 @@ private:
|
| RefPtr<ScriptState> m_scriptState;
|
| };
|
|
|
| -void GetDevToolsFunctionInfo(v8::Handle<v8::Function>, v8::Isolate*, int& scriptId, String& resourceName, int& lineNumber);
|
| -PassRefPtr<TraceEvent::ConvertableToTraceFormat> devToolsTraceEventData(ExecutionContext*, v8::Handle<v8::Function>, v8::Isolate*);
|
| -
|
| class V8RethrowTryCatchScope final {
|
| public:
|
| explicit V8RethrowTryCatchScope(v8::TryCatch& block) : m_block(block) { }
|
|
|