Index: third_party/WebKit/Source/core/frame/PerformanceMonitor.h |
diff --git a/third_party/WebKit/Source/core/frame/PerformanceMonitor.h b/third_party/WebKit/Source/core/frame/PerformanceMonitor.h |
index 4d74e2884348d733d49cb330c4243793173ed364..db746232ea917417142b17ef4822ac2cf55484de 100644 |
--- a/third_party/WebKit/Source/core/frame/PerformanceMonitor.h |
+++ b/third_party/WebKit/Source/core/frame/PerformanceMonitor.h |
@@ -5,12 +5,12 @@ |
#ifndef PerformanceMonitor_h |
#define PerformanceMonitor_h |
+#include <v8.h> |
#include "core/CoreExport.h" |
#include "platform/heap/Handle.h" |
#include "public/platform/WebThread.h" |
#include "public/platform/scheduler/base/task_time_observer.h" |
#include "wtf/text/AtomicString.h" |
-#include <v8.h> |
namespace blink { |
@@ -45,6 +45,7 @@ class CORE_EXPORT PerformanceMonitor final |
class CORE_EXPORT HandlerCall { |
STACK_ALLOCATED(); |
+ |
public: |
HandlerCall(ExecutionContext*, bool recurring); |
HandlerCall(ExecutionContext*, const char* name, bool recurring); |