Title: [159869] trunk/Source/WebCore
Revision
159869
Author
[email protected]
Date
2013-11-29 04:06:14 -0800 (Fri, 29 Nov 2013)

Log Message

Remove Symbian specific code.
https://bugs.webkit.org/show_bug.cgi?id=124939

Patch by Tamas Gergely <[email protected]> on 2013-11-29
Reviewed by Zoltan Herczeg.

Symbian is not supported, remove leftover code.

* plugins/npapi.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (159868 => 159869)


--- trunk/Source/WebCore/ChangeLog	2013-11-29 11:41:02 UTC (rev 159868)
+++ trunk/Source/WebCore/ChangeLog	2013-11-29 12:06:14 UTC (rev 159869)
@@ -1,3 +1,14 @@
+2013-11-29  Tamas Gergely  <[email protected]>
+
+        Remove Symbian specific code.
+        https://bugs.webkit.org/show_bug.cgi?id=124939
+
+        Reviewed by Zoltan Herczeg.
+
+        Symbian is not supported, remove leftover code.
+
+        * plugins/npapi.h:
+
 2013-11-28  Gyuyoung Kim  <[email protected]>
 
         Rename InlineIterator::m_obj and make it private

Modified: trunk/Source/WebCore/plugins/npapi.h (159868 => 159869)


--- trunk/Source/WebCore/plugins/npapi.h	2013-11-29 11:41:02 UTC (rev 159868)
+++ trunk/Source/WebCore/plugins/npapi.h	2013-11-29 12:06:14 UTC (rev 159869)
@@ -64,12 +64,6 @@
 #endif
 #endif
 
-#if defined(__SYMBIAN32__)
-#ifndef XP_SYMBIAN
-#define XP_SYMBIAN 1
-#endif
-#endif
-
 #if defined(__APPLE_CC__) && !defined(XP_UNIX)
 #ifndef XP_MACOSX
 #define XP_MACOSX 1
@@ -475,9 +469,9 @@
   uint32_t width;  /* Maximum window size */
   uint32_t height;
   NPRect   clipRect; /* Clipping rectangle in port coordinates */
-#if defined(XP_UNIX) || defined(XP_SYMBIAN)
+#if defined(XP_UNIX)
   void * ws_info; /* Platform-dependent additonal data */
-#endif /* XP_UNIX || XP_SYMBIAN */
+#endif /* XP_UNIX */
   NPWindowType type; /* Is this a window or a drawable? */
 } NPWindow;
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to