Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(169)

Issue 3061053: Fix the call to setClearingState which was causing a javascript error.... (Closed)

Created:
10 years, 4 months ago by csilv
Modified:
9 years, 7 months ago
Reviewers:
dhg
CC:
chromium-reviews, arv (Not doing code reviews), ben+cc_chromium.org
Visibility:
Public.

Description

Fix the call to setClearingState which was causing a javascript error. BUG=none TEST=Verify that dom-ui options window shows no javascript errors in the dev-tools panel. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=55082

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M chrome/browser/resources/options/clear_browser_data_overlay.js View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
csilv
+dhg for review.
10 years, 4 months ago (2010-08-05 00:45:43 UTC) #1
dhg
10 years, 4 months ago (2010-08-05 15:39:04 UTC) #2
LGTM

On Wed, Aug 4, 2010 at 5:45 PM,  <csilv@chromium.org> wrote:
> Reviewers: dhg,
>
> Message:
> +dhg for review.
>
> Description:
> Fix the call to setClearingState which was causing a javascript error.
>
> BUG=none
> TEST=Verify that dom-ui options window shows no javascript errors in the
> dev-tools panel.
>
> Please review this at http://codereview.chromium.org/3061053/show
>
> SVN Base: svn://svn.chromium.org/chrome/trunk/src/
>
> Affected files:
>  M     chrome/browser/resources/options/clear_browser_data_overlay.js
>
>
> Index: chrome/browser/resources/options/clear_browser_data_overlay.js
> ===================================================================
> --- chrome/browser/resources/options/clear_browser_data_overlay.js
>  (revision 54963)
> +++ chrome/browser/resources/options/clear_browser_data_overlay.js
>  (working copy)
> @@ -75,7 +75,7 @@
>
>   ClearBrowserDataOverlay.dismiss = function() {
>     OptionsPage.clearOverlays();
> -    setClearingState(false);
> +    this.setClearingState(false);
>   }
>
>   // Export
>
>
>

Powered by Google App Engine
This is Rietveld 408576698