| Index: third_party/WebKit/Source/bindings/core/v8/V8Binding.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8Binding.h b/third_party/WebKit/Source/bindings/core/v8/V8Binding.h
|
| index 352d65bed1f0d6bac97a0b0f8b825fd0b5b86f00..b819554340270c837630315485a82509567a4179 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8Binding.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8Binding.h
|
| @@ -64,6 +64,7 @@ class Frame;
|
| class LocalDOMWindow;
|
| class LocalFrame;
|
| class NodeFilter;
|
| +class TracedValue;
|
| class WorkerGlobalScope;
|
| class WorkerOrWorkletGlobalScope;
|
| class XPathNSResolver;
|
| @@ -77,10 +78,6 @@ struct V8TypeOf {
|
| typedef void Type;
|
| };
|
|
|
| -namespace TraceEvent {
|
| -class ConvertableToTraceFormat;
|
| -}
|
| -
|
| // Helpers for throwing JavaScript TypeErrors for arity mismatches.
|
| CORE_EXPORT void setArityTypeError(ExceptionState&, const char* valid, unsigned provided);
|
| CORE_EXPORT v8::Local<v8::Value> createMinimumArityTypeErrorForMethod(v8::Isolate*, const char* method, const char* type, unsigned expected, unsigned provided);
|
| @@ -1083,7 +1080,7 @@ private:
|
| mutable v8::Local<v8::Function> m_function;
|
| };
|
|
|
| -PassRefPtr<TraceEvent::ConvertableToTraceFormat> devToolsTraceEventData(v8::Isolate*, ExecutionContext*, v8::Local<v8::Function>);
|
| +PassRefPtr<TracedValue> devToolsTraceEventData(v8::Isolate*, ExecutionContext*, v8::Local<v8::Function>);
|
|
|
| // Callback functions used by generated code.
|
| CORE_EXPORT void v8ConstructorAttributeGetter(v8::Local<v8::Name> propertyName, const v8::PropertyCallbackInfo<v8::Value>&);
|
|
|