summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/testing/dictionary_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/testing/dictionary_test.h')
-rw-r--r--chromium/third_party/blink/renderer/core/testing/dictionary_test.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/chromium/third_party/blink/renderer/core/testing/dictionary_test.h b/chromium/third_party/blink/renderer/core/testing/dictionary_test.h
index 33bb414d57f..af0516d5b24 100644
--- a/chromium/third_party/blink/renderer/core/testing/dictionary_test.h
+++ b/chromium/third_party/blink/renderer/core/testing/dictionary_test.h
@@ -21,7 +21,6 @@ namespace blink {
class InternalDictionary;
class InternalDictionaryDerived;
class InternalDictionaryDerivedDerived;
-class ScriptState;
class DictionaryTest : public ScriptWrappable {
DEFINE_WRAPPERTYPEINFO();
@@ -34,9 +33,6 @@ class DictionaryTest : public ScriptWrappable {
void set(const InternalDictionary*);
// Sets each member of the given TestDictionary from fields
InternalDictionary* get();
- // Returns properties of the latest |dictionaryMember| which was set via
- // set().
- ScriptValue getDictionaryMemberProperties(ScriptState*);
void setDerived(const InternalDictionaryDerived*);
InternalDictionaryDerived* getDerived();
@@ -44,11 +40,7 @@ class DictionaryTest : public ScriptWrappable {
void setDerivedDerived(const InternalDictionaryDerivedDerived*);
InternalDictionaryDerivedDerived* getDerivedDerived();
- String stringFromIterable(ScriptState*,
- Dictionary iterable,
- ExceptionState&) const;
-
- void Trace(blink::Visitor*) override;
+ void Trace(Visitor*) override;
private:
void Reset();