| Index: third_party/google_input_tools/src/chrome/os/inputview/elements/layout/linearlayout.js
|
| diff --git a/third_party/google_input_tools/src/chrome/os/inputview/elements/layout/linearlayout.js b/third_party/google_input_tools/src/chrome/os/inputview/elements/layout/linearlayout.js
|
| index ebcfebdc9207e0d8fd8650515a59af81b95419cb..4bb226666046ac536fa72a52ab901249886fc1fc 100644
|
| --- a/third_party/google_input_tools/src/chrome/os/inputview/elements/layout/linearlayout.js
|
| +++ b/third_party/google_input_tools/src/chrome/os/inputview/elements/layout/linearlayout.js
|
| @@ -14,6 +14,7 @@
|
| goog.provide('i18n.input.chrome.inputview.elements.layout.LinearLayout');
|
|
|
| goog.require('goog.dom.classlist');
|
| +goog.require('goog.style');
|
| goog.require('i18n.input.chrome.inputview.Css');
|
| goog.require('i18n.input.chrome.inputview.elements.Element');
|
| goog.require('i18n.input.chrome.inputview.elements.ElementType');
|
| @@ -75,6 +76,7 @@ LinearLayout.prototype.widthInWeight_ = 0;
|
| LinearLayout.prototype.createDom = function() {
|
| goog.base(this, 'createDom');
|
| goog.dom.classlist.add(this.getElement(), this.iconCssClass);
|
| + this.getElement()['view'] = null;
|
| };
|
|
|
|
|
|
|