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

Unified Diff: third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp

Issue 1820083005: Remove platform/NotImplemented.*. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/web/WebFrameWidgetImpl.cpp
diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
index 4f24ed063bc42c869615d57ad344522df082ad49..8f8d25573ef08a49a806eeff4ad99a279c6d4a79 100644
--- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
+++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
@@ -45,7 +45,6 @@
#include "core/page/FocusController.h"
#include "core/page/Page.h"
#include "platform/KeyboardCodes.h"
-#include "platform/NotImplemented.h"
#include "public/platform/WebFrameScheduler.h"
#include "public/web/WebWidgetClient.h"
#include "web/ContextMenuAllowedScope.h"
@@ -603,7 +602,7 @@ void WebFrameWidgetImpl::setTextDirection(WebTextDirection direction)
break;
default:
- notImplemented();
+ NOTIMPLEMENTED();
break;
}
}

Powered by Google App Engine
This is Rietveld 408576698