Open Bug 1042794 Opened 10 years ago Updated 2 years ago

Compilation of generated PContentChild.cpp depends on some other .cpp file that includes PContentBridgeParent.h

Categories

(Core :: IPC, defect)

defect

Tracking

()

People

(Reporter: janv, Unassigned)

Details

I just added a new protocol which caused that PContentChild.cpp was shifted to the next UnifiedProtocolsN.cpp file, but since compilation of PContentChild.cpp depends on some other .cpp file that includes PContentBridgeParent.h, the UnifiedProtocolsN.cpp doesn't compile anymore.
I temporarily fixed it by increasing files per unified cpp.

Adding "include protocol PContentBridge" to PContent.ipdl doesn't helper (actually it's there already) because PContentBridge is special top level protocol which bridges 2 PContent protocols.
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.