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

Unified Diff: Source/core/events/NodeEventContext.h

Issue 239703005: Make Vector<WebCore::NodeEventContext> faster (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/NodeEventContext.h
diff --git a/Source/core/events/NodeEventContext.h b/Source/core/events/NodeEventContext.h
index d01f84974a148b7cdfefcaa9c54ca2043996ef67..9ca5397a357b24f4754b3d7529f3821568a27f16 100644
--- a/Source/core/events/NodeEventContext.h
+++ b/Source/core/events/NodeEventContext.h
@@ -64,4 +64,11 @@ private:
}
+namespace WTF {
+
+template <>
+struct VectorTraits<WebCore::NodeEventContext> : SimpleClassVectorTraits<WebCore::NodeEventContext> { };
+
+}
+
#endif // NodeEventContext_h
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698