Index: Source/core/html/ImageData.h |
diff --git a/Source/core/html/ImageData.h b/Source/core/html/ImageData.h |
index 174678eb5113060d02fbf5d77c60aa87b47cd9e1..7c5f1f53bafc4f236204411daed039de501566f5 100644 |
--- a/Source/core/html/ImageData.h |
+++ b/Source/core/html/ImageData.h |
@@ -55,15 +55,12 @@ public: |
void trace(Visitor*) { } |
- virtual v8::Handle<v8::Object> wrap(v8::Handle<v8::Object> creationContext, v8::Isolate*) OVERRIDE; |
virtual v8::Handle<v8::Object> associateWithWrapper(const WrapperTypeInfo*, v8::Handle<v8::Object> wrapper, v8::Isolate*) OVERRIDE; |
private: |
explicit ImageData(const IntSize&); |
ImageData(const IntSize&, PassRefPtr<Uint8ClampedArray>); |
- v8::Handle<v8::Object> associateWithWrapperInternal(v8::Handle<v8::Object> wrapper, v8::Handle<v8::Object> creationContext, v8::Isolate*); |
- |
IntSize m_size; |
RefPtr<Uint8ClampedArray> m_data; |
}; |