summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/dom/Document.cpp
diff options
context:
space:
mode:
authorMangesh Ghiware <mghiware@google.com>2011-11-23 10:22:11 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-11-23 10:22:11 -0800
commit2a01e2835a55e53ad23a370327f5c887d306a8f0 (patch)
tree3a2b2834242a3e51e192ff2fd7b1d877d7a493ac /Source/WebCore/dom/Document.cpp
parent058ce47a0033da3a2c2c8cf1765de927ff2aacf2 (diff)
parenta8052314fbf19b30214750b0dcd2f158376d6f03 (diff)
downloadexternal_webkit-2a01e2835a55e53ad23a370327f5c887d306a8f0.zip
external_webkit-2a01e2835a55e53ad23a370327f5c887d306a8f0.tar.gz
external_webkit-2a01e2835a55e53ad23a370327f5c887d306a8f0.tar.bz2
Merge "Move Android specific code inside the ANDROID_META_SUPPORT ifdef."
Diffstat (limited to 'Source/WebCore/dom/Document.cpp')
-rw-r--r--Source/WebCore/dom/Document.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/dom/Document.cpp b/Source/WebCore/dom/Document.cpp
index 5bdf9dd..20dad55 100644
--- a/Source/WebCore/dom/Document.cpp
+++ b/Source/WebCore/dom/Document.cpp
@@ -2717,8 +2717,8 @@ void Document::processArguments(const String& features, void* data, ArgumentsCal
#ifdef ANDROID_META_SUPPORT
if (frame())
frame()->settings()->setMetadataSettings(keyString, valueString);
-#endif
if (callback && data)
+#endif
callback(keyString, valueString, this, data);
}
}