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

Unified Diff: LayoutTests/http/tests/inspector/websocket/timeline-websocket-event-expected.txt

Issue 121223003: DevTools: Move usedHeapSize from TimelineEvent into counters. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years 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: LayoutTests/http/tests/inspector/websocket/timeline-websocket-event-expected.txt
diff --git a/LayoutTests/http/tests/inspector/websocket/timeline-websocket-event-expected.txt b/LayoutTests/http/tests/inspector/websocket/timeline-websocket-event-expected.txt
index d960f13b4a10c7f6d14253131e8cba306bce0c28..8a986cf8d1746fc4a1161ba402e2232a7ff89a7b 100644
--- a/LayoutTests/http/tests/inspector/websocket/timeline-websocket-event-expected.txt
+++ b/LayoutTests/http/tests/inspector/websocket/timeline-websocket-event-expected.txt
@@ -11,7 +11,6 @@ WebSocketCreate Properties:
stackTrace : <object>
startTime : <number>
type : "WebSocketCreate"
- usedHeapSize : <number>
}
WebSocketSendHandshakeRequest Properties:
{
@@ -22,7 +21,6 @@ WebSocketSendHandshakeRequest Properties:
frameId : <string>
startTime : <number>
type : "WebSocketSendHandshakeRequest"
- usedHeapSize : <number>
}
WebSocketReceiveHandshakeResponse Properties:
{
@@ -33,7 +31,6 @@ WebSocketReceiveHandshakeResponse Properties:
frameId : <string>
startTime : <number>
type : "WebSocketReceiveHandshakeResponse"
- usedHeapSize : <number>
}
WebSocketDestroy Properties:
{
@@ -44,6 +41,5 @@ WebSocketDestroy Properties:
frameId : <string>
startTime : <number>
type : "WebSocketDestroy"
- usedHeapSize : <number>
}

Powered by Google App Engine
This is Rietveld 408576698