Define constructor in idltest
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Thu, 25 Apr 2013 09:42:04 +0200
changeset 1604 f8892688ee3b
parent 1603 c8ef2434efd0
child 1605 98c7173a7636
Define constructor in idltest
test-suite/idltest/index.html
--- a/test-suite/idltest/index.html	Thu Apr 25 09:40:53 2013 +0200
+++ b/test-suite/idltest/index.html	Thu Apr 25 09:42:04 2013 +0200
@@ -109,6 +109,12 @@
       writable: false,
       enumerable: false
     });
+    Object.defineProperty(JsonLdProcessor.prototype, 'constructor', {
+      writable: false,
+      enumerable: false,
+      configurable: false,
+      value: JsonLdProcessor
+    });
   }
 
   // Ensure that stringification tests are passed