| Index: Source/bindings/tests/results/core/V8TestNode.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestNode.h b/Source/bindings/tests/results/core/V8TestNode.h
|
| index 6a5279eda74f07e8033f8485ae96506e18ee0fd3..471eef4fa05bd950154fd88afd57d6c21889a350 100644
|
| --- a/Source/bindings/tests/results/core/V8TestNode.h
|
| +++ b/Source/bindings/tests/results/core/V8TestNode.h
|
| @@ -20,6 +20,7 @@
|
| namespace blink {
|
|
|
| class V8TestNode {
|
| + STATIC_ONLY(V8TestNode);
|
| public:
|
| CORE_EXPORT static bool hasInstance(v8::Local<v8::Value>, v8::Isolate*);
|
| static v8::Local<v8::Object> findInstanceInPrototypeChain(v8::Local<v8::Value>, v8::Isolate*);
|
|
|