Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6373)

Unified Diff: Source/core/timing/Performance.h

Issue 478243002: bindings: Adds virtual ScriptWrappable::wrap method. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Synced. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/timing/MemoryInfo.h ('k') | Source/core/timing/PerformanceEntry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/timing/Performance.h
diff --git a/Source/core/timing/Performance.h b/Source/core/timing/Performance.h
index 15bc2469148cb51661a24359ba328550627e82be..e4941e1bad83b242854d10dace007f8bbe6c351c 100644
--- a/Source/core/timing/Performance.h
+++ b/Source/core/timing/Performance.h
@@ -56,6 +56,7 @@ class UserTiming;
typedef WillBeHeapVector<RefPtrWillBeMember<PerformanceEntry> > PerformanceEntryVector;
class Performance FINAL : public RefCountedWillBeGarbageCollectedFinalized<Performance>, public DOMWindowProperty, public EventTargetWithInlineData {
+ DEFINE_WRAPPERTYPEINFO();
REFCOUNTED_EVENT_TARGET(Performance);
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(Performance);
public:
@@ -108,6 +109,6 @@ private:
RefPtrWillBeMember<UserTiming> m_userTiming;
};
-}
+} // namespace blink
#endif // Performance_h
« no previous file with comments | « Source/core/timing/MemoryInfo.h ('k') | Source/core/timing/PerformanceEntry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698