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

Unified Diff: Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.h

Issue 1318793005: [part 2] Make classes and structures in modules fast-allocated. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
Index: Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.h
diff --git a/Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.h b/Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.h
index 4edd3ca948144143c1cb0b9cc3160b565840b685..d0f183b0ffe55a386b2b5f5312bd493af1763fca 100644
--- a/Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.h
+++ b/Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.h
@@ -5,12 +5,15 @@
#ifndef InternalsNavigatorContentUtils_h
#define InternalsNavigatorContentUtils_h
+#include "wtf/Allocator.h"
+
namespace blink {
class Document;
class Internals;
class InternalsNavigatorContentUtils {
+ STATIC_ONLY(InternalsNavigatorContentUtils);
public:
static void setNavigatorContentUtilsClientMock(Internals&, Document*);
};

Powered by Google App Engine
This is Rietveld 408576698