diff --git a/mozilla/cmd/macfe/rdfui/CRDFNotificationHandler.cp b/mozilla/cmd/macfe/rdfui/CRDFNotificationHandler.cp index 65ff7362ee2..2c3a3808e8e 100644 --- a/mozilla/cmd/macfe/rdfui/CRDFNotificationHandler.cp +++ b/mozilla/cmd/macfe/rdfui/CRDFNotificationHandler.cp @@ -44,7 +44,9 @@ void CRDFNotificationHandler::rdfNotifyProc( HT_Notification notifyStruct, HT_Resource node, - HT_Event event) + HT_Event event, + void * param, + uint32 tokenType) { CRDFNotificationHandler* handler = reinterpret_cast(notifyStruct->data); diff --git a/mozilla/cmd/macfe/rdfui/CRDFNotificationHandler.h b/mozilla/cmd/macfe/rdfui/CRDFNotificationHandler.h index 96fb7c0ce3d..fc56fbf676d 100644 --- a/mozilla/cmd/macfe/rdfui/CRDFNotificationHandler.h +++ b/mozilla/cmd/macfe/rdfui/CRDFNotificationHandler.h @@ -43,5 +43,7 @@ protected: static void rdfNotifyProc( HT_Notification notifyStruct, HT_Resource node, - HT_Event event); + HT_Event event, + void *param, + uint32 tokenType); }; \ No newline at end of file