diff options
Diffstat (limited to 'WebKit/chromium/src/AutoFillPopupMenuClient.h')
-rw-r--r-- | WebKit/chromium/src/AutoFillPopupMenuClient.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/WebKit/chromium/src/AutoFillPopupMenuClient.h b/WebKit/chromium/src/AutoFillPopupMenuClient.h index fe11334..1912fa3 100644 --- a/WebKit/chromium/src/AutoFillPopupMenuClient.h +++ b/WebKit/chromium/src/AutoFillPopupMenuClient.h @@ -63,18 +63,6 @@ private: Vector<WebCore::String> m_labels; }; -<<<<<<< HEAD:WebCore/bindings/v8/RuntimeEnabledFeatures.cpp -bool RuntimeEnabledFeatures::isLocalStorageEnabled = true; -bool RuntimeEnabledFeatures::isSessionStorageEnabled = true; -bool RuntimeEnabledFeatures::isNotificationsEnabled = false; -#if PLATFORM(ANDROID) -// These should default to true, to match the behavior with JSC -bool RuntimeEnabledFeatures::isApplicationCacheEnabled = true; -bool RuntimeEnabledFeatures::isGeolocationEnabled = true; -#endif -bool RuntimeEnabledFeatures::isIndexedDatabaseEnabled = false; -======= } // namespace WebKit ->>>>>>> webkit.org at r54731:WebKit/chromium/src/AutoFillPopupMenuClient.h #endif |