| Index: Source/bindings/v8/V8Binding.h
|
| diff --git a/Source/bindings/v8/V8Binding.h b/Source/bindings/v8/V8Binding.h
|
| index 06dbe4b5ebd77c1249b022ba2e70733ec46aa4d0..5356e390c2d1330f3c196a8a036893dcf70b310b 100644
|
| --- a/Source/bindings/v8/V8Binding.h
|
| +++ b/Source/bindings/v8/V8Binding.h
|
| @@ -57,6 +57,10 @@ class NodeFilter;
|
| class ScriptWrappable;
|
| class XPathNSResolver;
|
|
|
| +namespace TraceEvent {
|
| +class ConvertableToTraceFormat;
|
| +}
|
| +
|
| const int kMaxRecursionDepth = 22;
|
|
|
| // Schedule a JavaScript error to be thrown.
|
| @@ -935,6 +939,10 @@ 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*);
|
| +
|
| +
|
| } // namespace WebCore
|
|
|
| #endif // V8Binding_h
|
|
|