Bug 1135961. Implement subclassing of DOM objects. r=peterv

This commit is contained in:
Boris Zbarsky
2015-07-31 13:30:55 -04:00
parent 78bc31e5fe
commit 5c921db9e2
13 changed files with 270 additions and 64 deletions

View File

@@ -43,6 +43,7 @@ public:
// nsWrapperCache
using nsWrapperCache::GetWrapperPreserveColor;
using nsWrapperCache::GetWrapper;
virtual JSObject* WrapObject(JSContext* aCx, JS::Handle<JSObject*> aGivenProto) override;
protected:
virtual ~HTMLOptionsCollection();