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