Bug 1347527, part 2 - Fix incorrect protocol name. r=kanru draft
authorAndrew McCreight <continuation@gmail.com>
Wed, 15 Mar 2017 06:24:53 -0700
changeset 499376 a6f7692b62b452091af1390b79ac3245879d51d3
parent 499375 a5639e6b523e57b75082936b9b7b5b05cacde983
child 549329 39c7923b84f759905bc2e333226370d53f834c22
push id49386
push userbmo:continuation@gmail.com
push dateWed, 15 Mar 2017 18:12:38 +0000
reviewerskanru
bugs1347527
milestone55.0a1
Bug 1347527, part 2 - Fix incorrect protocol name. r=kanru This was causing the wrong error. MozReview-Commit-ID: GQmuOOH55Ta
ipc/ipdl/test/ipdl/error/unknownIntrMessage.ipdl
--- a/ipc/ipdl/test/ipdl/error/unknownIntrMessage.ipdl
+++ b/ipc/ipdl/test/ipdl/error/unknownIntrMessage.ipdl
@@ -1,4 +1,4 @@
-intr protocol unknownSyncMessage {
+intr protocol unknownIntrMessage {
 parent:
     intr Msg();
 };