Commit ac14c76b authored by Erik Luo's avatar Erik Luo Committed by Commit Bot

[bindings] rebase a missed test

After marking Document's "location" attribute as kHasNoSideEffect,
the CL [1] failed to reset bindings tests results.

[1] https://chromium-review.googlesource.com/c/chromium/src/+/1024863/

Bug: none
Change-Id: Ie0be4542bd1b58939b12c342056d521abb5e4ddd
Reviewed-on: https://chromium-review.googlesource.com/1029451Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Commit-Queue: Erik Luo <luoe@chromium.org>
Cr-Commit-Position: refs/heads/master@{#553901}
parent f8c7d0e1
......@@ -113,7 +113,7 @@ void V8TestInterfaceDocument::locationAttributeSetterCallback(const v8::Function
}
static const V8DOMConfiguration::AccessorConfiguration V8TestInterfaceDocumentAccessors[] = {
{ "location", V8TestInterfaceDocument::locationAttributeGetterCallback, V8TestInterfaceDocument::locationAttributeSetterCallback, V8PrivateProperty::kNoCachedAccessor, static_cast<v8::PropertyAttribute>(v8::DontDelete), V8DOMConfiguration::kOnInstance, V8DOMConfiguration::kCheckHolder, V8DOMConfiguration::kHasSideEffect, V8DOMConfiguration::kAllWorlds },
{ "location", V8TestInterfaceDocument::locationAttributeGetterCallback, V8TestInterfaceDocument::locationAttributeSetterCallback, V8PrivateProperty::kNoCachedAccessor, static_cast<v8::PropertyAttribute>(v8::DontDelete), V8DOMConfiguration::kOnInstance, V8DOMConfiguration::kCheckHolder, V8DOMConfiguration::kHasNoSideEffect, V8DOMConfiguration::kAllWorlds },
};
static void installV8TestInterfaceDocumentTemplate(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment