commit | 9459688bc2e14e90d28550e7a8d32e85033de01b | [log] [tgz] |
---|---|---|
author | cathiechen <[email protected]> | Wed Aug 24 11:48:10 2016 |
committer | Commit bot <[email protected]> | Wed Aug 24 11:49:45 2016 |
tree | a545f129af72e6a4a6600560c9f0111c7795e989 | |
parent | 5b261b31c00483ce80be18827caa1f3806bfab1e [diff] |
Fix compile error when AUTOSIZING_DOM_DEBUG_INFO is defined. the argument WebTraceLocation is missed when calling postTask(). See the definition of postTask in Document.h: void postTask(const WebTraceLocation&, std::unique_ptr<ExecutionContextTask>, const String& taskNameForInstrumentation = emptyString()) override; BUG= Review-Url: https://codereview.chromium.org/2270683002 Cr-Commit-Position: refs/heads/master@{#414046}