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

Unified Diff: client/html/src/CSSStyleDeclarationWrappingImplementation.dart

Issue 8416010: Further code review changes for issue 8341027. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove html/html.dart munging. Created 9 years, 2 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
« no previous file with comments | « no previous file | client/html/src/DOMWrapperBase.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/html/src/CSSStyleDeclarationWrappingImplementation.dart
diff --git a/client/html/src/CSSStyleDeclarationWrappingImplementation.dart b/client/html/src/CSSStyleDeclarationWrappingImplementation.dart
index 222925333d654c672ce3cfe8ef18ac7eb3ae5a33..5aae4902e21bbcb6daa4b86488085ebabf2e3084 100644
--- a/client/html/src/CSSStyleDeclarationWrappingImplementation.dart
+++ b/client/html/src/CSSStyleDeclarationWrappingImplementation.dart
@@ -13,6 +13,8 @@
class CSSStyleDeclarationWrappingImplementation extends DOMWrapperBase implements CSSStyleDeclaration {
static String _cachedBrowserPrefix;
+ const CSSStyleDeclarationWrappingImplementation._empty() : super._empty();
+
CSSStyleDeclarationWrappingImplementation._wrap(ptr) : super._wrap(ptr) {}
factory CSSStyleDeclarationWrappingImplementation.css(String css) {
« no previous file with comments | « no previous file | client/html/src/DOMWrapperBase.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698