Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / testing / InternalProfilers.cpp
index 437aced..729fbad 100644 (file)
 #include "wtf/text/WTFString.h"
 #include <algorithm>
 
-namespace WebCore {
+namespace blink {
+
+InternalProfilers::InternalProfilers()
+{
+    ScriptWrappable::init(this);
+}
 
 void InternalProfilers::startHeapProfiling(const String& prefix)
 {