| Index: Source/core/plugins/testing/DictionaryPluginPlaceholder.h
|
| diff --git a/Source/core/plugins/testing/DictionaryPluginPlaceholder.h b/Source/core/plugins/testing/DictionaryPluginPlaceholder.h
|
| index fe38dd6c6fe4cd6a976c937055fb3fc21cb567b9..79124a48b393b5a79f8304cdf2c316d19af369d8 100644
|
| --- a/Source/core/plugins/testing/DictionaryPluginPlaceholder.h
|
| +++ b/Source/core/plugins/testing/DictionaryPluginPlaceholder.h
|
| @@ -24,6 +24,10 @@ public:
|
| if (DictionaryHelper::get(options, "message", stringValue))
|
| placeholder->setMessage(stringValue);
|
|
|
| + bool booleanValue;
|
| + if (DictionaryHelper::get(options, "closeable", booleanValue))
|
| + placeholder->setIsCloseable(booleanValue);
|
| +
|
| return adoptPtrWillBeNoop(new DictionaryPluginPlaceholder(placeholder.release()));
|
| }
|
|
|
|
|