Upgrade to SM 39

This commit is contained in:
Michael Wu 2015-04-06 19:27:56 -04:00
parent a256f39796
commit 675267b782
205 changed files with 6546 additions and 5340 deletions

View file

@ -2,7 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
use dom::bindings::codegen::Bindings::TestBindingProxyBinding::TestBindingProxyMethods;
use dom::bindings::js::JSRef;
use dom::bindings::utils::Reflector;
use util::str::DOMString;
@ -12,7 +11,7 @@
reflector_: Reflector
}
impl<'a> TestBindingProxyMethods for JSRef<'a, TestBindingProxy> {
impl<'a> TestBindingProxyMethods for &'a TestBindingProxy {
fn GetNamedItem(self, _: DOMString) -> DOMString {"".to_owned()}
fn SetNamedItem(self, _: DOMString, _: DOMString) -> () {}