| Index: client/dom/generated/wrapping_dom.js
|
| diff --git a/client/dom/generated/wrapping_dom.js b/client/dom/generated/wrapping_dom.js
|
| index 7e6ff3c14c69b3436e6d3b5dd9dcfc3cec6442f4..783f7aa7cf851566b36427015e901574115d31fd 100644
|
| --- a/client/dom/generated/wrapping_dom.js
|
| +++ b/client/dom/generated/wrapping_dom.js
|
| @@ -26848,54 +26848,6 @@ function native__WorkerContextWrappingImplementation__setTimeout(_this, callback
|
| return __dom_native_TimeoutHander_method(_this, callback, timeout, 'setTimeout');
|
| }
|
|
|
| -function native__CanvasRenderingContext2DWrappingImplementation__setFillStyle(_this, color_OR_gradient_OR_pattern) {
|
| - try {
|
| - _this.$dom.fillStyle = __dom_unwrap(color_OR_gradient_OR_pattern);
|
| - } catch (e) {
|
| - throw __dom_wrap_exception(e);
|
| - }
|
| -}
|
| -
|
| -function native__CanvasRenderingContext2DWrappingImplementation__setFillStyle_2(_this, color_OR_gradient_OR_pattern) {
|
| - try {
|
| - _this.$dom.fillStyle = __dom_unwrap(color_OR_gradient_OR_pattern);
|
| - } catch (e) {
|
| - throw __dom_wrap_exception(e);
|
| - }
|
| -}
|
| -
|
| -function native__CanvasRenderingContext2DWrappingImplementation__setFillStyle_3(_this, color_OR_gradient_OR_pattern) {
|
| - try {
|
| - _this.$dom.fillStyle = __dom_unwrap(color_OR_gradient_OR_pattern);
|
| - } catch (e) {
|
| - throw __dom_wrap_exception(e);
|
| - }
|
| -}
|
| -
|
| -function native__CanvasRenderingContext2DWrappingImplementation__setStrokeStyle(_this, color_OR_gradient_OR_pattern) {
|
| - try {
|
| - _this.$dom.strokeStyle = __dom_unwrap(color_OR_gradient_OR_pattern);
|
| - } catch (e) {
|
| - throw __dom_wrap_exception(e);
|
| - }
|
| -}
|
| -
|
| -function native__CanvasRenderingContext2DWrappingImplementation__setStrokeStyle_2(_this, color_OR_gradient_OR_pattern) {
|
| - try {
|
| - _this.$dom.strokeStyle = __dom_unwrap(color_OR_gradient_OR_pattern);
|
| - } catch (e) {
|
| - throw __dom_wrap_exception(e);
|
| - }
|
| -}
|
| -
|
| -function native__CanvasRenderingContext2DWrappingImplementation__setStrokeStyle_3(_this, color_OR_gradient_OR_pattern) {
|
| - try {
|
| - _this.$dom.strokeStyle = __dom_unwrap(color_OR_gradient_OR_pattern);
|
| - } catch (e) {
|
| - throw __dom_wrap_exception(e);
|
| - }
|
| -}
|
| -
|
| function native__DOMWindowWrappingImplementation__get_localStorage(_this) {
|
| var domWindow = _this.$dom;
|
| try {
|
|
|