author | Ginn Chen <ginn.chen@oracle.com> |
Tue, 16 Nov 2010 16:22:41 +0800 | |
changeset 57564 | e4beaf7236362210e2d85d9a60b2884655c40fb0 |
parent 57563 | 0efe3900a38444dd70e57aca33268f73fea2a479 |
child 57565 | 2951546c734a5d4b919af1cd0b31d9c72051c5c6 |
push id | 16983 |
push user | ginn.chen@sun.com |
push date | Tue, 16 Nov 2010 08:29:06 +0000 |
treeherder | mozilla-central@2951546c734a [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | doug.turner, doug.turner |
bugs | 609427 |
milestone | 2.0b8pre |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/dom/base/nsContentPermissionHelper.h +++ b/dom/base/nsContentPermissionHelper.h @@ -72,18 +72,18 @@ class ContentPermissionRequestParent : p class nsContentPermissionRequestProxy : public nsIContentPermissionRequest { public: nsContentPermissionRequestProxy(); virtual ~nsContentPermissionRequestProxy(); nsresult Init(const nsACString& type, mozilla::dom::ContentPermissionRequestParent* parent); - NS_DECL_ISUPPORTS; - NS_DECL_NSICONTENTPERMISSIONREQUEST; + NS_DECL_ISUPPORTS + NS_DECL_NSICONTENTPERMISSIONREQUEST private: // Non-owning pointer to the ContentPermissionRequestParent object which owns this proxy. mozilla::dom::ContentPermissionRequestParent* mParent; nsCString mType; }; #endif // nsContentPermissionHelper_h