| Index: third_party/WebKit/Source/platform/v8_inspector/V8StringUtil.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8StringUtil.h b/third_party/WebKit/Source/platform/v8_inspector/V8StringUtil.h
|
| index c1c506baae81406f104b1dafb3e1388d5f2d075c..2d42613d41614dd1e583c8caebea654578d1cbd0 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8StringUtil.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8StringUtil.h
|
| @@ -6,10 +6,13 @@
|
| #define V8StringUtil_h
|
|
|
| #include "platform/inspector_protocol/String16.h"
|
| +#include "platform/inspector_protocol/Values.h"
|
| #include <v8.h>
|
|
|
| namespace blink {
|
|
|
| +std::unique_ptr<protocol::Value> toProtocolValue(v8::Local<v8::Context>, v8::Local<v8::Value>, int maxDepth = protocol::Value::maxDepth);
|
| +
|
| v8::Local<v8::String> toV8String(v8::Isolate*, const String16&);
|
| v8::Local<v8::String> toV8StringInternalized(v8::Isolate*, const String16&);
|
|
|
|
|