зеркало из https://github.com/mozilla/gecko-dev.git
Fix build bustage in NPOTB code from the patch for bug 416534.
This commit is contained in:
Родитель
1fd886bbdf
Коммит
f858fa962a
|
@ -715,7 +715,7 @@ nsCanvasRenderingContextGLPrivate::DoDrawImageSecurityCheck(nsIURI* aURI, PRBool
|
|||
fprintf (stderr, "DoDrawImageSecuritycheck this 4: %p\n", this);
|
||||
nsCOMPtr<nsINode> elem = do_QueryInterface(mCanvasElement);
|
||||
if (elem) {
|
||||
rv = elem->NodePrincipal()->CheckMayLoad(aURI);
|
||||
rv = elem->NodePrincipal()->CheckMayLoad(aURI, PR_TRUE);
|
||||
if (NS_SUCCEEDED(rv)) {
|
||||
// Same origin
|
||||
return;
|
||||
|
|
Загрузка…
Ссылка в новой задаче