summaryrefslogtreecommitdiffstats
path: root/WebCore/page
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/page')
-rw-r--r--WebCore/page/android/InspectorControllerAndroid.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/WebCore/page/android/InspectorControllerAndroid.cpp b/WebCore/page/android/InspectorControllerAndroid.cpp
index 3c6a3a2..c72cbf9 100644
--- a/WebCore/page/android/InspectorControllerAndroid.cpp
+++ b/WebCore/page/android/InspectorControllerAndroid.cpp
@@ -37,6 +37,11 @@
#if USE(JSC)
#include "Profile.h"
#endif
+
+// Now that Inspector call sites are properly guarded with ENABLE(INSPECTOR),
+// this stub is no longer needed.
+// TODO: Upstream this to webkit.org.
+
// This stub file was created to avoid building and linking in all the
// Inspector codebase. If you would like to enable the Inspector, do the
// following steps: