| Index: Source/bindings/tests/results/V8TestObject.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestObject.cpp b/Source/bindings/tests/results/V8TestObject.cpp
|
| index bc2d6473e1b81f79c20660aa81797e7161b55789..0cedb37de266a8851f6ab0d8938a664ba1254acc 100644
|
| --- a/Source/bindings/tests/results/V8TestObject.cpp
|
| +++ b/Source/bindings/tests/results/V8TestObject.cpp
|
| @@ -10625,6 +10625,7 @@ bool V8TestObject::voidMethodImplementedInPrivateScriptMethodImplementedInPrivat
|
| {
|
| if (!frame)
|
| return false;
|
| + v8::HandleScope handleScope(toIsolate(frame));
|
| v8::Handle<v8::Context> context = toV8Context(frame, DOMWrapperWorld::privateScriptIsolatedWorld());
|
| if (context.IsEmpty())
|
| return false;
|
| @@ -10651,6 +10652,7 @@ bool V8TestObject::shortMethodImplementedInPrivateScriptMethodImplementedInPriva
|
| {
|
| if (!frame)
|
| return false;
|
| + v8::HandleScope handleScope(toIsolate(frame));
|
| v8::Handle<v8::Context> context = toV8Context(frame, DOMWrapperWorld::privateScriptIsolatedWorld());
|
| if (context.IsEmpty())
|
| return false;
|
| @@ -10683,6 +10685,7 @@ bool V8TestObject::shortMethodWithShortArgumentImplementedInPrivateScriptMethodI
|
| {
|
| if (!frame)
|
| return false;
|
| + v8::HandleScope handleScope(toIsolate(frame));
|
| v8::Handle<v8::Context> context = toV8Context(frame, DOMWrapperWorld::privateScriptIsolatedWorld());
|
| if (context.IsEmpty())
|
| return false;
|
| @@ -10716,6 +10719,7 @@ bool V8TestObject::stringMethodWithStringArgumentImplementedInPrivateScriptMetho
|
| {
|
| if (!frame)
|
| return false;
|
| + v8::HandleScope handleScope(toIsolate(frame));
|
| v8::Handle<v8::Context> context = toV8Context(frame, DOMWrapperWorld::privateScriptIsolatedWorld());
|
| if (context.IsEmpty())
|
| return false;
|
| @@ -10749,6 +10753,7 @@ bool V8TestObject::nodeMethodWithNodeArgumentImplementedInPrivateScriptMethodImp
|
| {
|
| if (!frame)
|
| return false;
|
| + v8::HandleScope handleScope(toIsolate(frame));
|
| v8::Handle<v8::Context> context = toV8Context(frame, DOMWrapperWorld::privateScriptIsolatedWorld());
|
| if (context.IsEmpty())
|
| return false;
|
| @@ -10782,6 +10787,7 @@ bool V8TestObject::nodeMethodWithVariousArgumentsImplementedInPrivateScriptMetho
|
| {
|
| if (!frame)
|
| return false;
|
| + v8::HandleScope handleScope(toIsolate(frame));
|
| v8::Handle<v8::Context> context = toV8Context(frame, DOMWrapperWorld::privateScriptIsolatedWorld());
|
| if (context.IsEmpty())
|
| return false;
|
| @@ -10819,6 +10825,7 @@ bool V8TestObject::addIntegerForPrivateScriptOnlyMethodImplementedInPrivateScrip
|
| {
|
| if (!frame)
|
| return false;
|
| + v8::HandleScope handleScope(toIsolate(frame));
|
| v8::Handle<v8::Context> context = toV8Context(frame, DOMWrapperWorld::privateScriptIsolatedWorld());
|
| if (context.IsEmpty())
|
| return false;
|
| @@ -10853,6 +10860,7 @@ bool V8TestObject::readonlyShortAttributeAttributeGetterImplementedInPrivateScri
|
| {
|
| if (!frame)
|
| return false;
|
| + v8::HandleScope handleScope(toIsolate(frame));
|
| v8::Handle<v8::Context> context = toV8Context(frame, DOMWrapperWorld::privateScriptIsolatedWorld());
|
| if (context.IsEmpty())
|
| return false;
|
| @@ -10884,6 +10892,7 @@ bool V8TestObject::shortAttributeAttributeGetterImplementedInPrivateScript(Local
|
| {
|
| if (!frame)
|
| return false;
|
| + v8::HandleScope handleScope(toIsolate(frame));
|
| v8::Handle<v8::Context> context = toV8Context(frame, DOMWrapperWorld::privateScriptIsolatedWorld());
|
| if (context.IsEmpty())
|
| return false;
|
| @@ -10915,6 +10924,7 @@ bool V8TestObject::shortAttributeAttributeSetterImplementedInPrivateScript(Local
|
| {
|
| if (!frame)
|
| return false;
|
| + v8::HandleScope handleScope(toIsolate(frame));
|
| v8::Handle<v8::Context> context = toV8Context(frame, DOMWrapperWorld::privateScriptIsolatedWorld());
|
| if (context.IsEmpty())
|
| return false;
|
| @@ -10943,6 +10953,7 @@ bool V8TestObject::stringAttributeAttributeGetterImplementedInPrivateScript(Loca
|
| {
|
| if (!frame)
|
| return false;
|
| + v8::HandleScope handleScope(toIsolate(frame));
|
| v8::Handle<v8::Context> context = toV8Context(frame, DOMWrapperWorld::privateScriptIsolatedWorld());
|
| if (context.IsEmpty())
|
| return false;
|
| @@ -10974,6 +10985,7 @@ bool V8TestObject::stringAttributeAttributeSetterImplementedInPrivateScript(Loca
|
| {
|
| if (!frame)
|
| return false;
|
| + v8::HandleScope handleScope(toIsolate(frame));
|
| v8::Handle<v8::Context> context = toV8Context(frame, DOMWrapperWorld::privateScriptIsolatedWorld());
|
| if (context.IsEmpty())
|
| return false;
|
| @@ -11002,6 +11014,7 @@ bool V8TestObject::nodeAttributeAttributeGetterImplementedInPrivateScript(LocalF
|
| {
|
| if (!frame)
|
| return false;
|
| + v8::HandleScope handleScope(toIsolate(frame));
|
| v8::Handle<v8::Context> context = toV8Context(frame, DOMWrapperWorld::privateScriptIsolatedWorld());
|
| if (context.IsEmpty())
|
| return false;
|
| @@ -11033,6 +11046,7 @@ bool V8TestObject::nodeAttributeAttributeSetterImplementedInPrivateScript(LocalF
|
| {
|
| if (!frame)
|
| return false;
|
| + v8::HandleScope handleScope(toIsolate(frame));
|
| v8::Handle<v8::Context> context = toV8Context(frame, DOMWrapperWorld::privateScriptIsolatedWorld());
|
| if (context.IsEmpty())
|
| return false;
|
| @@ -11061,6 +11075,7 @@ bool V8TestObject::stringAttributeForPrivateScriptOnlyAttributeGetterImplemented
|
| {
|
| if (!frame)
|
| return false;
|
| + v8::HandleScope handleScope(toIsolate(frame));
|
| v8::Handle<v8::Context> context = toV8Context(frame, DOMWrapperWorld::privateScriptIsolatedWorld());
|
| if (context.IsEmpty())
|
| return false;
|
| @@ -11092,6 +11107,7 @@ bool V8TestObject::stringAttributeForPrivateScriptOnlyAttributeSetterImplemented
|
| {
|
| if (!frame)
|
| return false;
|
| + v8::HandleScope handleScope(toIsolate(frame));
|
| v8::Handle<v8::Context> context = toV8Context(frame, DOMWrapperWorld::privateScriptIsolatedWorld());
|
| if (context.IsEmpty())
|
| return false;
|
|
|