Index: Source/core/timing/PerformanceNavigation.h |
diff --git a/Source/core/timing/PerformanceNavigation.h b/Source/core/timing/PerformanceNavigation.h |
index 819404398b52751a898af1e2caf664e4eba4dc3a..a4be5097754975266958d6a326d8e72b1d8f39ec 100644 |
--- a/Source/core/timing/PerformanceNavigation.h |
+++ b/Source/core/timing/PerformanceNavigation.h |
@@ -42,6 +42,7 @@ namespace blink { |
class LocalFrame; |
class PerformanceNavigation FINAL : public RefCountedWillBeGarbageCollectedFinalized<PerformanceNavigation>, public ScriptWrappable, public DOMWindowProperty { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtrWillBeRawPtr<PerformanceNavigation> create(LocalFrame* frame) |
{ |
@@ -64,6 +65,6 @@ private: |
explicit PerformanceNavigation(LocalFrame*); |
}; |
-} |
+} // namespace blink |
-#endif // !defined(PerformanceNavigation_h) |
+#endif // PerformanceNavigation_h |