| Index: client/dom/scripts/template_wrapping_dom.js
|
| diff --git a/client/dom/scripts/template_wrapping_dom.js b/client/dom/scripts/template_wrapping_dom.js
|
| index 4307c760722ad3b57d388462300a5b89a9f0e374..c4c22823d750d1f1f35e885df6108e6acd5dddf0 100644
|
| --- a/client/dom/scripts/template_wrapping_dom.js
|
| +++ b/client/dom/scripts/template_wrapping_dom.js
|
| @@ -32,54 +32,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 {
|
|
|