| Index: content/browser/devtools/protocol/page_handler.h
|
| diff --git a/content/browser/devtools/protocol/page_handler.h b/content/browser/devtools/protocol/page_handler.h
|
| index a356b34ac824c243b4e9849cd6e21585d576b4e1..27285b59469ab9d1c40df565b0c4c7a32804bc80 100644
|
| --- a/content/browser/devtools/protocol/page_handler.h
|
| +++ b/content/browser/devtools/protocol/page_handler.h
|
| @@ -45,7 +45,7 @@ class PageHandler {
|
|
|
| Response Reload(const bool* ignoreCache,
|
| const std::string* script_to_evaluate_on_load,
|
| - const std::string* script_preprocessor);
|
| + const std::string* script_preprocessor = NULL);
|
|
|
| Response Navigate(const std::string& url, FrameId* frame_id);
|
|
|
|
|