| 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 5ada5407e440c48fd6327367e8138a9b8d217221..4adc4cf9981b739dd15b4e55c055363fcc0dab81 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -102,6 +102,7 @@
|
| #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"
|
| @@ -2702,7 +2703,7 @@ void WebViewImpl::setTextDirection(WebTextDirection direction)
|
| break;
|
|
|
| default:
|
| - NOTIMPLEMENTED();
|
| + notImplemented();
|
| break;
|
| }
|
| }
|
|
|