| Index: bindings/v8/V8Index.cpp
|
| ===================================================================
|
| --- bindings/v8/V8Index.cpp (revision 45460)
|
| +++ bindings/v8/V8Index.cpp (working copy)
|
| @@ -39,6 +39,11 @@
|
| #include "V8CanvasPixelArray.h"
|
| #include "V8CDATASection.h"
|
| #include "V8CharacterData.h"
|
| +#include "V8Chaos.h"
|
| +#include "V8ChaosCoordinates.h"
|
| +#include "V8ChaosGeolocation.h"
|
| +#include "V8ChaosGeoposition.h"
|
| +#include "V8ChaosPositionCallback.h"
|
| #include "V8ClientRect.h"
|
| #include "V8ClientRectList.h"
|
| #include "V8Clipboard.h"
|
| @@ -149,6 +154,8 @@
|
| #include "V8NodeList.h"
|
| #include "V8NodeFilter.h"
|
| #include "V8Notation.h"
|
| +#include "V8PositionError.h"
|
| +#include "V8PositionErrorCallback.h"
|
| #include "V8ProcessingInstruction.h"
|
| #include "V8ProgressEvent.h"
|
| #include "V8StyleSheet.h"
|
|
|