[webkit-changes] cvs commit: WebKit/WebView.subproj WebPDFView.m
John
sullivan at opensource.apple.com
Thu Jul 14 16:51:45 PDT 2005
sullivan 05/07/14 16:51:44
Modified: . ChangeLog
WebView.subproj WebPDFView.m
Log:
added missing #import to fix build
* WebView.subproj/WebPDFView.m
Revision Changes Path
1.3227 +5 -0 WebKit/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /cvs/root/WebKit/ChangeLog,v
retrieving revision 1.3226
retrieving revision 1.3227
diff -u -r1.3226 -r1.3227
--- ChangeLog 14 Jul 2005 23:06:08 -0000 1.3226
+++ ChangeLog 14 Jul 2005 23:51:42 -0000 1.3227
@@ -1,3 +1,8 @@
+2005-07-14 John Sullivan <sullivan at apple.com>
+
+ added missing #import to fix build
+ * WebView.subproj/WebPDFView.m
+
2005-07-14 Kevin Decker <kdecker at apple.com>
Reviewed by cblu
1.18 +1 -0 WebKit/WebView.subproj/WebPDFView.m
Index: WebPDFView.m
===================================================================
RCS file: /cvs/root/WebKit/WebView.subproj/WebPDFView.m,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- WebPDFView.m 14 Jul 2005 23:06:10 -0000 1.17
+++ WebPDFView.m 14 Jul 2005 23:51:44 -0000 1.18
@@ -33,6 +33,7 @@
#import <WebKit/WebDocumentInternal.h>
#import <WebKit/WebFrame.h>
#import <WebKit/WebFrameInternal.h>
+#import <WebKit/WebFrameView.h>
#import <WebKit/WebLocalizableStrings.h>
#import <WebKit/WebNSPasteboardExtras.h>
#import <WebKit/WebNSViewExtras.h>
More information about the webkit-changes
mailing list