Index: Source/core/html/ImageData.h |
diff --git a/Source/core/html/ImageData.h b/Source/core/html/ImageData.h |
index f56560595660369de65473e6b61ac35493cb3072..898228cd79ad41aecc000b9052fbe674d6f5d55b 100644 |
--- a/Source/core/html/ImageData.h |
+++ b/Source/core/html/ImageData.h |
@@ -56,7 +56,7 @@ public: |
void trace(Visitor*) { } |
- virtual v8::Handle<v8::Object> associateWithWrapper(const WrapperTypeInfo*, v8::Handle<v8::Object> wrapper, v8::Isolate*) override; |
+ virtual v8::Handle<v8::Object> associateWithWrapper(v8::Isolate*, const WrapperTypeInfo*, v8::Handle<v8::Object> wrapper) override; |
private: |
explicit ImageData(const IntSize&); |