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

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

Issue 424983002: Stop using WebCore namespace in generated code (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/EditorKeyBindings.cpp ('k') | Source/core/html/parser/create-html-entity-table » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/UndoStack.cpp
diff --git a/Source/core/editing/UndoStack.cpp b/Source/core/editing/UndoStack.cpp
index 475bda1cfdca4e47b9898ca4f724d6aa4f24ad49..1b1e492111f954f137a47c7829667695950bd457 100644
--- a/Source/core/editing/UndoStack.cpp
+++ b/Source/core/editing/UndoStack.cpp
@@ -126,4 +126,4 @@ void UndoStack::trace(Visitor* visitor)
visitor->trace(m_redoStack);
}
-} // namesace WebCore
+} // namespace blink
« no previous file with comments | « Source/core/editing/EditorKeyBindings.cpp ('k') | Source/core/html/parser/create-html-entity-table » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698