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

Unified Diff: Source/core/editing/EditCommand.h

Issue 397733004: Allow assertions to be enabled in Blink Release builds. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed config.gni. Minor cleanups. 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
Index: Source/core/editing/EditCommand.h
diff --git a/Source/core/editing/EditCommand.h b/Source/core/editing/EditCommand.h
index 4b9a2ec49dd8f794462c19c7df24870e334f5bc9..b1a4a04d8931b8844901e5f13acbcdb6b1aeb499 100644
--- a/Source/core/editing/EditCommand.h
+++ b/Source/core/editing/EditCommand.h
@@ -30,10 +30,6 @@
#include "core/editing/VisibleSelection.h"
#include "platform/heap/Handle.h"
-#ifndef NDEBUG
-#include "wtf/HashSet.h"
Ken Russell (switch to Gerrit) 2014/07/15 23:25:34 HashSet was unused in this header.
-#endif
-
namespace WebCore {
class CompositeEditCommand;

Powered by Google App Engine
This is Rietveld 408576698