| 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 3cfd0346e5c442cc4a8c638eb5fd6d6be3c7b254..268963493f36856a7343746da107cf8106638071 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBIndex.cpp
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBIndex.cpp
|
| @@ -65,9 +65,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(
|
|
|