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

Unified Diff: tools/dom/src/chrome/chrome.dart

Issue 13044010: dom: more final more of the time (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: and more Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/dom/src/chrome/chrome.dart
diff --git a/tools/dom/src/chrome/chrome.dart b/tools/dom/src/chrome/chrome.dart
index 303e2fc4dff24d334fdda8738ab5f318099ec2d3..221ee5efa8864f6afea2e410c3bf8cf1b3b89bc0 100644
--- a/tools/dom/src/chrome/chrome.dart
+++ b/tools/dom/src/chrome/chrome.dart
@@ -9,7 +9,7 @@ class API_ChromeApp {
/*
* JS Variable
*/
- Object _jsObject;
+ final Object _jsObject;
/*
* Members

Powered by Google App Engine
This is Rietveld 408576698