Changeset 433 for trunk/WebCore/html/HTMLAppletElement.h
- Timestamp:
- 08/08/08 14:23:27 (5 months ago)
- Files:
-
- trunk/WebCore/html/HTMLAppletElement.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/WebCore/html/HTMLAppletElement.h
r243 r433 26 26 #include "HTMLPlugInElement.h" 27 27 28 #if USE(JAVASCRIPTCORE_BINDINGS)29 namespace KJS {30 namespace Bindings {31 class Instance;32 }33 }34 #endif35 36 28 namespace WebCore { 37 29 … … 52 44 virtual RenderObject* createRenderer(RenderArena*, RenderStyle*); 53 45 virtual void finishParsingChildren(); 54 virtual void detach();55 46 56 47 #if USE(JAVASCRIPTCORE_BINDINGS) 57 virtual KJS::Bindings::Instance* getInstance() const;48 virtual RenderWidget* renderWidgetForJSBindings() const; 58 49 #endif 59 50
