| Index: Source/bindings/tests/results/V8TestSpecialOperations.h
|
| diff --git a/Source/bindings/tests/results/V8TestSpecialOperations.h b/Source/bindings/tests/results/V8TestSpecialOperations.h
|
| index 4dd6abb3d66e78f2e7d4e5594b4cc0f6ebefe655..4b18064d668a626cdd33c5d4b1d5298621d0b9b6 100644
|
| --- a/Source/bindings/tests/results/V8TestSpecialOperations.h
|
| +++ b/Source/bindings/tests/results/V8TestSpecialOperations.h
|
| @@ -45,12 +45,7 @@ private:
|
| static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestSpecialOperations>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
|
| };
|
|
|
| -inline v8::Handle<v8::Object> wrap(TestSpecialOperations* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
|
| -{
|
| - ASSERT(impl);
|
| - ASSERT(!DOMDataStore::containsWrapper<V8TestSpecialOperations>(impl, isolate));
|
| - return V8TestSpecialOperations::createWrapper(impl, creationContext, isolate);
|
| -}
|
| +v8::Handle<v8::Object> wrap(TestSpecialOperations* impl, v8::Handle<v8::Object> creationContext, v8::Isolate*);
|
|
|
| inline v8::Handle<v8::Value> toV8(TestSpecialOperations* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
|
| {
|
|
|