Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: lib/devtools.js

Issue 29341421: Issue 4042 - Fix reporting of ELEMHIDE matches (Closed)
Patch Set: Created May 16, 2016, 3:27 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/devtools.js
diff --git a/lib/devtools.js b/lib/devtools.js
index c29a8899951d86d022630fef3d20edadf04be6e6..2fdf5ec8ccde7a433a87bbac8e844519b33fb528 100644
--- a/lib/devtools.js
+++ b/lib/devtools.js
@@ -379,7 +379,7 @@ chrome.runtime.onConnect.addListener(port =>
port.on("devtools.traceElemHide", (message, sender) =>
{
logHiddenElements(
- message.page, message.selectors,
+ sender.page, message.selectors,
extractHostFromFrame(sender.frame)
);
});
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld