| Index: Source/WebCore/bindings/dart/custom/DartWebKitMutationObserverCustom.cpp
|
| diff --git a/Source/WebCore/bindings/dart/custom/DartWebKitMutationObserverCustom.cpp b/Source/WebCore/bindings/dart/custom/DartWebKitMutationObserverCustom.cpp
|
| index 9945936ea95fca1d29bff0ce2f7bb10ca78076d1..7a0c04a01af3dee0c24e4afcc6398bd8950b6ab9 100644
|
| --- a/Source/WebCore/bindings/dart/custom/DartWebKitMutationObserverCustom.cpp
|
| +++ b/Source/WebCore/bindings/dart/custom/DartWebKitMutationObserverCustom.cpp
|
| @@ -28,7 +28,10 @@
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| #include "config.h"
|
| +
|
| +#if ENABLE(MUTATION_OBSERVERS)
|
| #include "DartWebKitMutationObserver.h"
|
| +#endif
|
|
|
| #if ENABLE(MUTATION_OBSERVERS)
|
|
|
|
|