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

Unified Diff: ext/background.js

Issue 29410607: Issue 5090 - Use user stylesheets for element hiding if possible (Closed)
Patch Set: Remove try/catch Created April 21, 2017, 1:34 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
Index: ext/background.js
diff --git a/ext/background.js b/ext/background.js
index 02242416669f77b967e53b3b83fe667152c92ce5..9c4626852481faddcc6f382085a96b8d12cb9c7a 100644
--- a/ext/background.js
+++ b/ext/background.js
@@ -608,6 +608,7 @@
{
sender.page = new Page(rawSender.tab);
sender.frame = {
+ id: rawSender.frameId,
url: new URL(rawSender.url),
get parent()
{

Powered by Google App Engine
This is Rietveld