| 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 e7098ea088fd107aefa878ce97ebf5ca50ebb3d6..1ea1e7abcb1a232c1440f1f12435b66fdc9a8515 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.cpp
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.cpp
|
| @@ -77,9 +77,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(
|
|
|