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

Unified Diff: Source/modules/websockets/InspectorWebSocketEvents.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
« no previous file with comments | « Source/modules/webmidi/MIDIController.h ('k') | Source/modules/websockets/WebSocketFrame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/websockets/InspectorWebSocketEvents.h
diff --git a/Source/modules/websockets/InspectorWebSocketEvents.h b/Source/modules/websockets/InspectorWebSocketEvents.h
index 7a2ef75b42f05f09b86408b7e10e3b88d0fcfe9a..5a2c7af50c528de8727a50586c4f7b1854def8b1 100644
--- a/Source/modules/websockets/InspectorWebSocketEvents.h
+++ b/Source/modules/websockets/InspectorWebSocketEvents.h
@@ -18,11 +18,13 @@ class Document;
class KURL;
class InspectorWebSocketCreateEvent {
+ STATIC_ONLY(InspectorWebSocketCreateEvent);
public:
static PassRefPtr<TraceEvent::ConvertableToTraceFormat> data(Document*, unsigned long identifier, const KURL&, const String& protocol);
};
class InspectorWebSocketEvent {
+ STATIC_ONLY(InspectorWebSocketEvent);
public:
static PassRefPtr<TraceEvent::ConvertableToTraceFormat> data(Document*, unsigned long identifier);
};
« no previous file with comments | « Source/modules/webmidi/MIDIController.h ('k') | Source/modules/websockets/WebSocketFrame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698