Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / inspector / JavaScriptCallFrame.h
index 9aa2d61..2eb05d3 100644 (file)
@@ -44,6 +44,7 @@ namespace blink {
 class ScriptValue;
 
 class JavaScriptCallFrame : public RefCountedWillBeGarbageCollectedFinalized<JavaScriptCallFrame>, public ScriptWrappable {
+    DEFINE_WRAPPERTYPEINFO();
 public:
     static PassRefPtrWillBeRawPtr<JavaScriptCallFrame> create(v8::Handle<v8::Context> debuggerContext, v8::Handle<v8::Object> callFrame)
     {
@@ -87,5 +88,4 @@ private:
 
 } // namespace blink
 
-
 #endif // JavaScriptCallFrame_h