X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=mozilla%2Fsupport%2Fclassinfo.h;h=d5128e9c07c35a7bc6ae253af15cf3f9db6806ce;hb=6ee1e193fd896ab9a4729fde14f009d9ce629815;hp=4f11c6d624ccc5694476105c274b8fe4ed9920c6;hpb=3305b049e7f587b23359a1c9047fb5763d19c1dc;p=vlc diff --git a/mozilla/support/classinfo.h b/mozilla/support/classinfo.h index 4f11c6d624..d5128e9c07 100644 --- a/mozilla/support/classinfo.h +++ b/mozilla/support/classinfo.h @@ -4,7 +4,7 @@ // and to set flags used by the security system class ClassInfo : public nsIClassInfo { - // These flags are used by the DOM and security systems to signal that + // These flags are used by the DOM and security systems to signal that // JavaScript callers are allowed to call this object's scritable methods. NS_IMETHOD GetFlags(PRUint32 *aFlags) {*aFlags = nsIClassInfo::PLUGIN_OBJECT | nsIClassInfo::DOM_OBJECT;