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