servo: Merge #11326 - Move DOMString back to script (from nox:non-geckolib); r=Ms2ger

Source-Repo: https://github.com/servo/servo
Source-Revision: 6abcd793d780369767385b01b02ee725d6b10585
This commit is contained in:
Anthony Ramine
2016-05-24 02:07:29 -07:00
parent e4d3b9f04a
commit 97f77949b0
188 changed files with 501 additions and 529 deletions

View File

@@ -9,12 +9,12 @@ use dom::bindings::global::GlobalRef;
use dom::bindings::inheritance::Castable;
use dom::bindings::js::{JS, MutHeap, Root};
use dom::bindings::reflector::reflect_dom_object;
use dom::bindings::str::DOMString;
use dom::event::{EventBubbles, EventCancelable};
use dom::touchlist::TouchList;
use dom::uievent::UIEvent;
use dom::window::Window;
use std::cell::Cell;
use util::str::DOMString;
#[dom_struct]
pub struct TouchEvent {