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

Unified Diff: Source/core/frame/FrameView.cpp

Issue 342513003: Don't allow direct const char* trace value (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Subset Created 6 years, 6 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/bindings/v8/V8ScriptRunner.cpp ('k') | Source/platform/PlatformInstrumentation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/FrameView.cpp
diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp
index e0214c1d30dfd7bd0035d2713f0f65bef932d115..38cd3201644bd61775cfad3862045141279a2f89 100644
--- a/Source/core/frame/FrameView.cpp
+++ b/Source/core/frame/FrameView.cpp
@@ -1053,7 +1053,7 @@ void FrameView::invalidateTree(RenderObject* root)
// we continue to track paint invalidation rects until this function is called.
ASSERT(!m_nestedLayoutCount);
- TRACE_EVENT1("blink", "FrameView::invalidateTree", "root", TRACE_STR_COPY(root->debugName().ascii().data()));
+ TRACE_EVENT1("blink", "FrameView::invalidateTree", "root", root->debugName().ascii());
// FIXME: really, we're in the paint invalidation phase here, and the compositing queries are legal.
// Until those states are fully fledged, I'll just disable the ASSERTS.
« no previous file with comments | « Source/bindings/v8/V8ScriptRunner.cpp ('k') | Source/platform/PlatformInstrumentation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698