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

Unified Diff: block.js

Issue 6471196916842496: Issue 1840 - Fixed memory leak caused by "forward" messages (Closed)
Patch Set: Created Jan. 21, 2015, 7:20 a.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 | « background.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: block.js
===================================================================
--- a/block.js
+++ b/block.js
@@ -32,6 +32,7 @@
ext.backgroundPage.sendMessage(
{
type: "forward",
+ expectsResponse: true,
payload:
{
type: "clickhide-init",
« no previous file with comments | « background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld