Chromium Code Reviews| Index: third_party/WebKit/Source/web/WebViewImpl.cpp |
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp |
| index 4adc4cf9981b739dd15b4e55c055363fcc0dab81..5ada5407e440c48fd6327367e8138a9b8d217221 100644 |
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp |
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp |
| @@ -102,7 +102,6 @@ |
| #include "platform/Histogram.h" |
| #include "platform/KeyboardCodes.h" |
| #include "platform/Logging.h" |
| -#include "platform/NotImplemented.h" |
| #include "platform/PlatformGestureEvent.h" |
| #include "platform/PlatformKeyboardEvent.h" |
| #include "platform/PlatformMouseEvent.h" |
| @@ -2703,7 +2702,7 @@ void WebViewImpl::setTextDirection(WebTextDirection direction) |
| break; |
| default: |
| - notImplemented(); |
| + NOTIMPLEMENTED(); |
|
haraken
2016/03/24 04:09:58
Not related to this CL, most of the NOTIMPLEMENTED
|
| break; |
| } |
| } |