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

Unified Diff: Source/core/editing/EditorCommand.cpp

Issue 1115553002: Removing blink::prefix (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 8 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/core/editing/Editor.h ('k') | Source/core/events/ApplicationCacheErrorEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/EditorCommand.cpp
diff --git a/Source/core/editing/EditorCommand.cpp b/Source/core/editing/EditorCommand.cpp
index 69e23abd25560ce05bbb70eb874db971de7a5d82..0a873db1837e5a080f3ad6a17ca0648cdc62c80d 100644
--- a/Source/core/editing/EditorCommand.cpp
+++ b/Source/core/editing/EditorCommand.cpp
@@ -1737,7 +1737,7 @@ bool Editor::Command::execute(const String& parameter, Event* triggeringEvent) c
return false;
}
frame().document()->updateLayoutIgnorePendingStylesheets();
- blink::Platform::current()->histogramSparse("WebCore.Editing.Commands", m_command->idForUserMetrics);
+ Platform::current()->histogramSparse("WebCore.Editing.Commands", m_command->idForUserMetrics);
return m_command->execute(*m_frame, triggeringEvent, m_source, parameter);
}
« no previous file with comments | « Source/core/editing/Editor.h ('k') | Source/core/events/ApplicationCacheErrorEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698