Index: third_party/WebKit/Source/core/testing/InternalDictionary.idl |
diff --git a/third_party/WebKit/Source/core/testing/InternalDictionary.idl b/third_party/WebKit/Source/core/testing/InternalDictionary.idl |
index 982650bd02c893d0d7d09317aa6a9cafd7fdbedd..25794e885909b1c4e64818d96f75b1d78418d6e4 100644 |
--- a/third_party/WebKit/Source/core/testing/InternalDictionary.idl |
+++ b/third_party/WebKit/Source/core/testing/InternalDictionary.idl |
@@ -35,4 +35,5 @@ dictionary InternalDictionary { |
sequence<(double or DOMString)> doubleOrStringSequenceMember; |
EventTarget? eventTargetOrNullMember = null; |
Dictionary dictionaryMember; |
+ [PrefixGet] object prefixGetMember; |
}; |