| Index: Source/core/testing/DictionaryTest.h
|
| diff --git a/Source/core/testing/DictionaryTest.h b/Source/core/testing/DictionaryTest.h
|
| index beb610b94b7bf9dd359275942f51614ad57a9bf0..20d579c1f2912e92fab29be1d70b50e26d459b3a 100644
|
| --- a/Source/core/testing/DictionaryTest.h
|
| +++ b/Source/core/testing/DictionaryTest.h
|
| @@ -25,7 +25,7 @@ public:
|
| virtual ~DictionaryTest();
|
|
|
| // Stores all members into corresponding fields
|
| - void set(const InternalDictionary*);
|
| + void set(const InternalDictionary&);
|
| // Creates a TestDictionary instnace from fields and returns it
|
| InternalDictionary* get();
|
|
|
|
|