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

Unified Diff: client/dom/generated/src/wrapping/_PointerLockWrappingImplementation.dart

Issue 9242002: Webkit refresh. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge Created 8 years, 11 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: client/dom/generated/src/wrapping/_PointerLockWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_PointerLockWrappingImplementation.dart b/client/dom/generated/src/wrapping/_PointerLockWrappingImplementation.dart
index 9b43f6f80fcbb0a80b40e21f43567ca11f7b2626..fd108a624d97bf6015a2d760d970bab7ecafeafd 100644
--- a/client/dom/generated/src/wrapping/_PointerLockWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_PointerLockWrappingImplementation.dart
@@ -11,10 +11,8 @@ class _PointerLockWrappingImplementation extends DOMWrapperBase implements Point
return new _PointerLockWrappingImplementation();
}
- bool isLocked() {
- return _isLocked(this);
- }
- static bool _isLocked(receiver) native;
+ bool get isLocked() { return _get_isLocked(this); }
+ static bool _get_isLocked(var _this) native;
void lock(Element target, [VoidCallback successCallback = null, VoidCallback failureCallback = null]) {
if (successCallback === null) {

Powered by Google App Engine
This is Rietveld 408576698