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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/ScriptStreamerTest.cpp

Issue 1413233005: tracing: Report ResourceClients and the reason for not deletable for web-caches (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase+ Created 5 years, 2 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: third_party/WebKit/Source/bindings/core/v8/ScriptStreamerTest.cpp
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerTest.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerTest.cpp
index 5fb96bfd5ba40492563b433ceb569b9f449f9002..6c49a69af868e2dbac76b2fb4d8f8335d82a268e 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerTest.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerTest.cpp
@@ -136,6 +136,7 @@ public:
: m_finished(false) { }
void notifyFinished(Resource*) override { m_finished = true; }
+ String debugName() const override { return "TestScriptResourceClient"; }
kouhei (in TOK) 2015/11/02 04:16:28 Maybe const char*
hiroshige 2015/11/02 05:22:07 Mostly const char* but LayoutObject::debugName() n
bool finished() const { return m_finished; }

Powered by Google App Engine
This is Rietveld 408576698