[DocumentThreadableLoader] Rename notifyResponseReceived to reportResponseReceived
"notifySomething" style method naming is often used to notify its client about completion. This is just for inspector and console logging. It's surprising that we see a function looks like notifying completion called inside access control failure path. Use reportSomething that is often used to methods that report to inspector or writing some log. R=mkwst BUG=none Review URL: https://codereview.chromium.org/700413002 git-svn-id: svn://svn.chromium.org/blink/trunk@184905 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment