summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/WebKit/android/jni/WebSettings.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/WebKit/android/jni/WebSettings.cpp b/Source/WebKit/android/jni/WebSettings.cpp
index 7ba5e96..6f18695 100644
--- a/Source/WebKit/android/jni/WebSettings.cpp
+++ b/Source/WebKit/android/jni/WebSettings.cpp
@@ -567,6 +567,10 @@ public:
}
}
#endif
+
+ // This is required to enable the XMLTreeViewer when loading an XML document that
+ // has no style attached to it. http://trac.webkit.org/changeset/79799
+ s->setDeveloperExtrasEnabled(true);
}
};