mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 1316757, part 1 - Remove state machine user syntax from non-test IPDL files. r=billm
The state information in PWebBrowserPersistDocument.ipdl looks like good documentation, so I only commented it out. The other one is trivial so I deleted it. MozReview-Commit-ID: C5SQAOPMnNB --HG-- extra : rebase_source : 0ec19729458838b071156398bf3d1fb908cc6fe4
This commit is contained in:
parent
4c027cc4bc
commit
ae4f1841e5
@ -28,9 +28,6 @@ protocol PPluginBackgroundDestroyer {
|
||||
|
||||
parent:
|
||||
async __delete__();
|
||||
|
||||
state DESTROYING:
|
||||
recv __delete__;
|
||||
};
|
||||
|
||||
} // namespace plugins
|
||||
|
@ -73,6 +73,7 @@ child:
|
||||
uint32_t aWrapColumn);
|
||||
async __delete__();
|
||||
|
||||
/*
|
||||
state START:
|
||||
recv Attributes goto MAIN;
|
||||
recv InitFailure goto FAILED;
|
||||
@ -85,6 +86,7 @@ state MAIN:
|
||||
|
||||
state FAILED:
|
||||
send __delete__;
|
||||
*/
|
||||
};
|
||||
|
||||
} // namespace mozilla
|
||||
|
Loading…
Reference in New Issue
Block a user