[Webkit-unassigned] [Bug 25271] Fix the build with disabled DOM storage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 18 22:23:24 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25271


sam at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #29589|review?                     |review+
               Flag|                            |




------- Comment #3 from sam at webkit.org  2009-04-18 22:23 PDT -------
(From update of attachment 29589)
> Index: WebCore/bindings/js/ScriptObjectQuarantine.cpp
> ===================================================================
> --- WebCore/bindings/js/ScriptObjectQuarantine.cpp	(revision 42609)
> +++ WebCore/bindings/js/ScriptObjectQuarantine.cpp	(working copy)
> @@ -34,8 +34,12 @@
>  #include "Database.h"
>  #include "Document.h"
>  #include "Frame.h"
> +#if ENABLE(DATABASE)
>  #include "JSDatabase.h"
> +#endif
> +#if ENABLE(DOM_STORAGE)
>  #include "JSStorage.h"
> +#endif

These #if'd #includes should be moved to the bottom of the #include list
(paragraphed separately)

Otherwise, r=me.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list