| Index: third_party/WebKit/Source/platform/bindings/V8DOMWrapper.h
|
| diff --git a/third_party/WebKit/Source/platform/bindings/V8DOMWrapper.h b/third_party/WebKit/Source/platform/bindings/V8DOMWrapper.h
|
| index fadd3cd61f0f05494cf72e782e5abb65da156301..b91592bfbf72142a340b7f8ac33705d35d5ccdd1 100644
|
| --- a/third_party/WebKit/Source/platform/bindings/V8DOMWrapper.h
|
| +++ b/third_party/WebKit/Source/platform/bindings/V8DOMWrapper.h
|
| @@ -44,6 +44,8 @@ namespace blink {
|
|
|
| struct WrapperTypeInfo;
|
|
|
| +// Contains utility methods to create wrappers, associate ScriptWrappable
|
| +// objects with wrappers and set fields in wrappers.
|
| class V8DOMWrapper {
|
| STATIC_ONLY(V8DOMWrapper);
|
|
|
|
|