[nscl] Switch WebGLHook implementation from patchWindow.js to Worlds.js.
This commit is contained in:
parent
0790ad885e
commit
bf01385e40
|
@ -101,6 +101,7 @@
|
|||
"/nscl/common/CapsCSP.js",
|
||||
"/nscl/common/RequestKey.js",
|
||||
"/nscl/content/DocRewriter.js",
|
||||
"/nscl/content/Worlds.js",
|
||||
"/nscl/content/patchWindow.js",
|
||||
"/nscl/content/patchWorkers.js",
|
||||
"/nscl/content/DocumentCSP.js",
|
||||
|
@ -111,7 +112,7 @@
|
|||
"content/onScriptDisabled.js",
|
||||
"content/staticNS.js",
|
||||
"/nscl/content/media.js",
|
||||
"/nscl/content/webglHook.js",
|
||||
"/nscl/content/WebGLHook.js",
|
||||
"/nscl/content/promptHook.js",
|
||||
"content/embeddingDocument.js",
|
||||
"content/content.js"
|
||||
|
@ -126,7 +127,9 @@
|
|||
"world": "MAIN",
|
||||
"js": [
|
||||
"/nscl/main/uuid.js",
|
||||
"/nscl/main/Worlds.js"
|
||||
"/nscl/main/Worlds.js",
|
||||
"/nscl/main/Worlds.main.js",
|
||||
"/nscl/main/WebGLHook.main.js"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
2
src/nscl
2
src/nscl
|
@ -1 +1 @@
|
|||
Subproject commit 4e9966eeb7b50a68b05c079129a1dc6c666c1c8d
|
||||
Subproject commit 7a1f86572c1ed0f1f81c22d71c0706fc8373cb5a
|
Loading…
Reference in New Issue