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