X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Finspector%2FJavaScriptCallFrame.h;h=2eb05d3abf2b82d4975b678b6c377bfeac65b4d3;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=9aa2d614d85ff99eaf28803033c6100f937ba1dd;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/inspector/JavaScriptCallFrame.h b/src/third_party/WebKit/Source/core/inspector/JavaScriptCallFrame.h index 9aa2d61..2eb05d3 100644 --- a/src/third_party/WebKit/Source/core/inspector/JavaScriptCallFrame.h +++ b/src/third_party/WebKit/Source/core/inspector/JavaScriptCallFrame.h @@ -44,6 +44,7 @@ namespace blink { class ScriptValue; class JavaScriptCallFrame : public RefCountedWillBeGarbageCollectedFinalized, public ScriptWrappable { + DEFINE_WRAPPERTYPEINFO(); public: static PassRefPtrWillBeRawPtr create(v8::Handle debuggerContext, v8::Handle callFrame) { @@ -87,5 +88,4 @@ private: } // namespace blink - #endif // JavaScriptCallFrame_h