Skip to content

Commit

Permalink
とりあえず参照を切ってみる。
Browse files Browse the repository at this point in the history
  • Loading branch information
nanto committed Jun 17, 2011
1 parent ab4143f commit ed8918b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion chrome/content/browser/30-WidgetEmbedder.js
Expand Up @@ -138,7 +138,9 @@ extend(WidgetEmbedder.prototype, {
counterImage.addEventListener("error", onCounterEvent, false);
counterImage.addEventListener("abort", onCounterEvent, false);
}
existing = points = counterImage = null;
// XXX これは必要か? Firefox 本体からはこのような
// 明示的に変数に null を指定するコードは削除されつつある
paragraph = link = existing = points = counterImage = space = fragment = null;

function onCounterEvent(event) {
let target = event.target;
Expand Down

0 comments on commit ed8918b

Please sign in to comment.