Bug 1886946: Remove incorrect assertion that buffer is not-pinned. r=sfink
[gecko.git] / dom / ipc / PURLClassifierInfo.ipdlh
blobe4e198fa4c21abda82539358741e1bfe4db15452
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 namespace mozilla {
6 namespace dom {
8 struct ClassifierInfo {
9   nsCString list;
10   nsCString provider;
11   nsCString fullhash;
14 } // namespace dom
15 } // namespace mozilla