| Index: third_party/WebKit/Source/bindings/core/v8/V8DOMConfiguration.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8DOMConfiguration.h b/third_party/WebKit/Source/bindings/core/v8/V8DOMConfiguration.h
|
| index 33c97d7c6acfb4839694d8c3b44d8d57ffde8d20..3730ab3047fab896e27d88b7322805f8e11e073b 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8DOMConfiguration.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8DOMConfiguration.h
|
| @@ -197,6 +197,10 @@ public:
|
| const MethodConfiguration*, size_t methodCount);
|
|
|
| static v8::Local<v8::FunctionTemplate> domClassTemplate(v8::Isolate*, WrapperTypeInfo*, void (*)(v8::Local<v8::FunctionTemplate>, v8::Isolate*));
|
| +
|
| + // Sets the class string of platform objects, interface prototype objects, etc.
|
| + // See also http://heycam.github.io/webidl/#dfn-class-string
|
| + static void setClassString(v8::Isolate*, v8::Local<v8::ObjectTemplate>, const char* classString);
|
| };
|
|
|
| } // namespace blink
|
|
|