| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index 7b83eca5ea2237b837eb5e458e15ea9300c6debc..8709483f25d8f6328f043f5f349b9168d607a19b 100644
|
| --- a/Source/core/dom/Element.h
|
| +++ b/Source/core/dom/Element.h
|
| @@ -630,7 +630,7 @@ private:
|
|
|
| bool isJavaScriptURLAttribute(const Attribute&) const;
|
|
|
| - v8::Handle<v8::Object> wrapCustomElement(v8::Handle<v8::Object> creationContext, v8::Isolate*);
|
| + v8::Handle<v8::Object> wrapCustomElement(v8::Isolate*, v8::Handle<v8::Object> creationContext);
|
|
|
| RefPtrWillBeMember<ElementData> m_elementData;
|
| };
|
|
|