summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/testing/dictionary_test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/testing/dictionary_test.idl')
-rw-r--r--chromium/third_party/blink/renderer/core/testing/dictionary_test.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/chromium/third_party/blink/renderer/core/testing/dictionary_test.idl b/chromium/third_party/blink/renderer/core/testing/dictionary_test.idl
index 24efc582987..8fdcae60a51 100644
--- a/chromium/third_party/blink/renderer/core/testing/dictionary_test.idl
+++ b/chromium/third_party/blink/renderer/core/testing/dictionary_test.idl
@@ -3,12 +3,12 @@
// found in the LICENSE file.
interface DictionaryTest {
- void set(optional InternalDictionary testingDictionary = {});
+ [CallWith=Isolate] void set(optional InternalDictionary testingDictionary = {});
[CallWith=Isolate] InternalDictionary get();
- void setDerived(InternalDictionaryDerived derived);
+ [CallWith=Isolate] void setDerived(InternalDictionaryDerived derived);
[CallWith=Isolate] InternalDictionaryDerived getDerived();
- void setDerivedDerived(InternalDictionaryDerivedDerived derived);
+ [CallWith=Isolate] void setDerivedDerived(InternalDictionaryDerivedDerived derived);
[CallWith=Isolate] InternalDictionaryDerivedDerived getDerivedDerived();
};