From 30a9d6dfa5ddf75aef0fcf23f7bfbffa41a704ff Mon Sep 17 00:00:00 2001 From: Steve Block Date: Thu, 24 Nov 2011 10:58:55 +0000 Subject: Only log from notImplemented() in debug builds The upstream notImplemented() is only enabled in debug builds. Currently, we use an Android-specific implementation of notImplemented(), which is enabled in all builds. We probably don't want this logging in all builds: logging in debug builds only is sufficient. Also, now that WebKit logging is functional (b/5448972), we don't need an Android-specific implementation of notImplemented(). This patch removes our local edit to address both of these. Change-Id: I07e2e8cb42d99dece1c711508c297d8ae0bdda72 --- Source/WebCore/loader/archive/android/WebArchiveAndroid.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/WebCore/loader/archive/android/WebArchiveAndroid.cpp') diff --git a/Source/WebCore/loader/archive/android/WebArchiveAndroid.cpp b/Source/WebCore/loader/archive/android/WebArchiveAndroid.cpp index 55d7cec..048d787 100644 --- a/Source/WebCore/loader/archive/android/WebArchiveAndroid.cpp +++ b/Source/WebCore/loader/archive/android/WebArchiveAndroid.cpp @@ -36,6 +36,7 @@ #include #include #include +#include #include namespace WebCore { -- cgit v1.1