| Index: Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp
|
| diff --git a/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp b/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp
|
| index 90d0fafdfb065b0ebbef9d4c9d149d2107ad3830..29c8dbb840950ead3fa2c78a9396b0755ec6c2b8 100644
|
| --- a/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp
|
| +++ b/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp
|
| @@ -27,8 +27,6 @@
|
| #include "config.h"
|
| #include "modules/navigatorcontentutils/NavigatorContentUtils.h"
|
|
|
| -#if ENABLE(NAVIGATOR_CONTENT_UTILS)
|
| -
|
| #include "bindings/v8/ExceptionState.h"
|
| #include "core/dom/Document.h"
|
| #include "core/dom/ExceptionCode.h"
|
| @@ -224,6 +222,3 @@ void provideNavigatorContentUtilsTo(Page* page, NavigatorContentUtilsClient* cli
|
| }
|
|
|
| } // namespace WebCore
|
| -
|
| -#endif // ENABLE(NAVIGATOR_CONTENT_UTILS)
|
| -
|
|
|