| Index: third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.cpp
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.cpp b/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.cpp
|
| index 5b801686f4791b3bb19f082ec952eb716c9f634e..8f765559f44df0c32a27a5541fcd4c0c4783b978 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.cpp
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.cpp
|
| @@ -76,9 +76,6 @@ DEFINE_TRACE(IDBObjectStore) {
|
|
|
| void IDBObjectStore::setName(const String& name,
|
| ExceptionState& exceptionState) {
|
| - if (!RuntimeEnabledFeatures::indexedDBExperimentalEnabled())
|
| - return;
|
| -
|
| IDB_TRACE("IDBObjectStore::setName");
|
| if (!m_transaction->isVersionChange()) {
|
| exceptionState.throwDOMException(
|
|
|