Index: third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.cpp |
diff --git a/third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.cpp b/third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.cpp |
index 583e00e9343de34e811f1304c1e956c5fecbdee9..8773ecfbe866f68577f3f386c04d9a698f91584b 100644 |
--- a/third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.cpp |
+++ b/third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.cpp |
@@ -240,7 +240,7 @@ static IDBKey* createIDBKeyFromValue(v8::Isolate* isolate, |
subkeys.append(subkey); |
} |
- stack.removeLast(); |
+ stack.pop_back(); |
return IDBKey::createArray(subkeys); |
} |
return nullptr; |