[Webkit-unassigned] [Bug 112004] Add USE(PLATFORM_STRATEGIES) ifdefs to StorageNamespace.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 11 11:12:41 PDT 2013


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





--- Comment #3 from Alexey Proskuryakov <ap at webkit.org>  2013-03-11 11:15:06 PST ---
(From update of attachment 192466)
View in context: https://bugs.webkit.org/attachment.cgi?id=192466&action=review

> Source/WebCore/storage/StorageNamespace.cpp:34
> +#if USE(PLATFORM_STRATEGIES)
>  #include "PlatformStrategies.h"
>  #include "StorageStrategy.h"
> +#else
> +#include "StorageNamespaceImpl.h"
> +#endif

I think that it's best to not add ifdefs around includes, that's just unnecessary extra work.

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



More information about the webkit-unassigned mailing list