| Index: Source/bindings/tests/results/V8TestSpecialOperationsIdentifierRaisesException.h
|
| diff --git a/Source/bindings/tests/results/V8TestSpecialOperationsIdentifierRaisesException.h b/Source/bindings/tests/results/V8TestSpecialOperationsIdentifierRaisesException.h
|
| index f199ae53555d486e5ad1f4669d697d0d9fa1ba45..16ae6dae5ea7caea6b2b3692ce528a870570259d 100644
|
| --- a/Source/bindings/tests/results/V8TestSpecialOperationsIdentifierRaisesException.h
|
| +++ b/Source/bindings/tests/results/V8TestSpecialOperationsIdentifierRaisesException.h
|
| @@ -45,7 +45,7 @@ class V8TestSpecialOperationsIdentifierRaisesException {
|
| public:
|
| static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*);
|
| static v8::Handle<v8::Object> findInstanceInPrototypeChain(v8::Handle<v8::Value>, v8::Isolate*);
|
| - static v8::Handle<v8::FunctionTemplate> domTemplate(v8::Isolate*, WrapperWorldType);
|
| + static v8::Handle<v8::FunctionTemplate> domTemplate(v8::Isolate*);
|
| static TestSpecialOperationsIdentifierRaisesException* toNative(v8::Handle<v8::Object> object)
|
| {
|
| return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex));
|
| @@ -104,7 +104,7 @@ inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestSpecialOperat
|
| template<typename CallbackInfo>
|
| inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestSpecialOperationsIdentifierRaisesException* impl)
|
| {
|
| - ASSERT(worldType(callbackInfo.GetIsolate()) == MainWorld);
|
| + ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate())->isMainWorld());
|
| if (UNLIKELY(!impl)) {
|
| v8SetReturnValueNull(callbackInfo);
|
| return;
|
|
|